Hi @sdnazdi
I hope you are doing good today.
I already asked if it is possible to have a formatted output (not as a simple text as it is now) when a copy of submitted form is sent to admin and client.
We have already improvement task for this and we should see this in future updates. There is no ETA at this point.
==============
I like to know if it is possible to customize the color of inserted data in the fields/text area as well as selected checkbox/radio option etc. when a copy of submitted form is sent to the admin and client.
In Email Notification edit mode in text mode you can for example use such thing:
<p style="color:red;">{textarea-1}</p>
<p style="color:yellow;">{text-1}</p>
<p style="color:blue;">{select-1}</p>
<p style="color:pink;">{radio-1}</p>
<p style="color:green;">{checkbox-1}</p>
and font color will be applied to that correct field.
==============
to add an option for preview a form before submit.
This is already possible :
– create your form with pagination
– on second page insert HTML fields
– in each HTML field use “ADD FORM DATA” icon and choose each field
In short, step #2 will be a preview mode.
==============
to add a circle like with “?” or “!” inside it to popup/show when hover on it to display hint about that field at the end label of the field.
We have already improvement task for this and we should see this in future updates. There is no ETA at this point. For now, you can use this walkaround which gives the possibility of displaying the descriptions of the fields as tooltips.
Please download the zip from https://gist.github.com/wpmudev-sls/9785a414467ee079ff1434d7bc8b6680 , extract it, and upload the wpmudev-forminator-field-descriptions-tooltips.php file to your site’s wp-content/mu-plugins folder. If that folder doesn’t exist you can simply create it like this https://premium.wpmudev.org/docs/using-wordpress/installing-wordpress-plugins/#installing-mu-plugins
We recommend testing this on the dev/staging version first before putting it on the live site.
==============
I suggest in addition to that button “INSERT FIELDS+” in the bottom, you also provide the same button somewhere in the sidebar menu of Forminator, or in the top menu bar of Forminator somewhere between “UPDATE” …”Status” or floating.
Sounds very useful, I will make sure we will have this on improvement list.
Kind Regards,
Kris