One of the features of eForm easySubmission is giving capability to publish a form in way that it will
This becomes really handy to publish pages for Reviews or Profile Data Update.
Create any post/page of your choice. There you will find the eForm Shortcode Button.
Click on it and find Direct Submission Edit.
Click on the button and it will open up the configuration window.
Once done, click on OK and it will insert the form.
When you have inserted a form in this way, many things can be accomplished.
and much more. Let me know how you are using it, so that we can improve the functionality further.
By default eForm gives a bunch of format strings which you can use to insert custom data in emails, success message, summary tables etc. But if you want to use actual form elements to create custom format string, then this add-on becomes handy.
This will bring in new option. By default, Form Elements to Convert into Format Strings will be set to all
. This will convert all available form elements into format strings. This is not recommended for large forms as it will increase memory usage. In this case, you can specify target form elements.
The ID of an element is given in the form builder in a way (F){0}
, (M){1}
etc. In this case, you need to enter here, F0 M1
. You can enter multiple elements separated by space or comma.
Other configuration options include:
easySubmission takes special care for the upload element, where nice looking image tags with hyperlinks will be generated automatically.
When you have added the elements, new format strings will become available in the format %F0% %M1%
etc. Just add %
before and after the element ID and you are all set.
Now add them inside success message, update message or emails.