[cfdb-save-form-maker-post]

December 15th, 2016

This is basically the same as [cfdb-save-form-post] but for use with Form Maker plugin. Add this short code to the same page as the Form Maker form. For example:

[cfdb-save-form-maker-post]
[Form id="1"]

Form submissions appear in the database under “Form Maker”. To change the title add a field in your form named “form_title” and it’s value will be the name of the form under which submissions are saved.

For example, adding this to your form this will set the form name to be “Sign-up”:

<input name="form_title" value="Sign-up" type="hidden"/>

Comments are closed.  Go To Support Forum