Hi,
since BF 1.6.0 users may now edit their submissions.
To enable this feature you can use the menu item, the module and the plugin.
You can set 2 options:
- Allow editing
- Remove previously entered submissions
If you enable the 2nd option you won't have a history about the submissions anymore but saving some space in your database.
For the menu item and module it is quite simple, just browse to their settings and see the 2 new options at the right.
For the plugin there are 2 more parameters now at the end of the plugin-code:
E.g. this will enable just the editing (note the unsued options, they are mandatory although not set):
{ FacileForms: SampleContactForm,1,0,,,1,0 }
This will enable both, editing and previous submissions by the user for this form:
{ FacileForms: SampleContactForm,1,0,,,1,1 }
If you dont want to have any of this, just leave it away:
{ FacileForms: SampleContactForm }
Regards,
Markus