@ Christoph
re: Can I update from version 1.x to 2.x without any problems?
Shouldn’t. The shortcode options are no longer officially supported. There is backward support for most options but not all, like changing the bio and note field title and disabling the RTE for those fields. So if you’re using any of the shortcode options, I suggest removing them. They can now, and more, can be set on the Connections : Settings admin page under the Form tab.
re: Please give me the direction for Form 2.x.
- Go to the Plugins admin page
- Click Deactivate.
- Click Delete.
- Follow the Form installation instructions. Skip the instructions about the support license key. You purchase occurred before they were implemented.
No, If you’re only accepting “Organization” entry types, they org name will be required by default. But if you allow the “Individual” entry type, then that field is optional. You will have to edit Form to make it required. To do that:
- Open the
connections_form.php
file. - Go to line 1448.
- Change
FALSE
toTRUE
. - Save.
That should do the trick.