Magical HTML in Web Form Builder
Hi there,
I included a "magical html" element with a calculation table in my form and it works nice. But how can I get this table to be shown with the calculation results in the notification message?
"Configure Email Message" doesn't include to insert data from "magical html".
Or asked differently: is it possible to show a "Magical HTML" element in the notification email?
Thank you
I included a "magical html" element with a calculation table in my form and it works nice. But how can I get this table to be shown with the calculation results in the notification message?
"Configure Email Message" doesn't include to insert data from "magical html".
Or asked differently: is it possible to show a "Magical HTML" element in the notification email?
Thank you
You control the whole notification message and it is done with HTML. Just put the same table in the notification message.
ASK ME ANYTHING
I provide personalized help for Coffeecup Users including personal or group training for Site Designer, Web Form Builder and more via Zoom.
Email me at support@uscni.org or call 865-687-7698.
Did you know that Web Form Builder can be used for both simple and complicated forms and that it's not limited to the default fonts and buttons? Take a look at a form we developed for WindowTinting.com.
https://forms.windowtinting.com/forms/w … ppingcart/
I provide personalized help for Coffeecup Users including personal or group training for Site Designer, Web Form Builder and more via Zoom.
Email me at support@uscni.org or call 865-687-7698.
Did you know that Web Form Builder can be used for both simple and complicated forms and that it's not limited to the default fonts and buttons? Take a look at a form we developed for WindowTinting.com.
https://forms.windowtinting.com/forms/w … ppingcart/
Thanks Brian,
I put my table code in the notification message but unfortunately the email with the notification message only displays the html code of the table. I also tried it with the original table code of the magical html element with the same result. What I am doing wrong?
Manne
I put my table code in the notification message but unfortunately the email with the notification message only displays the html code of the table. I also tried it with the original table code of the magical html element with the same result. What I am doing wrong?
Manne
Others more experienced than me can correct me on this if I'm wrong, but I think that any form data to be included in the email has to exist as a form field placed by the WFB software. That would be why the table in the email doesn't show the calculated data. So here's my idea.
For each piece of data that needs to be in the email, add a hidden field to the form (look under for properties to enter hidden fields). After you export, edit the form itself that is in the exported folder. Add a script to write the calculated data to the value of those fields. The fields will then be available for you add to the email.
If you use php, you will need to change the form extension from html to php. To place the form on your page, you will need to either link directly to the form with your iframe, or you can include() it on your page.
For each piece of data that needs to be in the email, add a hidden field to the form (look under for properties to enter hidden fields). After you export, edit the form itself that is in the exported folder. Add a script to write the calculated data to the value of those fields. The fields will then be available for you add to the email.
If you use php, you will need to change the form extension from html to php. To place the form on your page, you will need to either link directly to the form with your iframe, or you can include() it on your page.
ASK ME ANYTHING
I provide personalized help for Coffeecup Users including personal or group training for Site Designer, Web Form Builder and more via Zoom.
Email me at support@uscni.org or call 865-687-7698.
Did you know that Web Form Builder can be used for both simple and complicated forms and that it's not limited to the default fonts and buttons? Take a look at a form we developed for WindowTinting.com.
https://forms.windowtinting.com/forms/w … ppingcart/
I provide personalized help for Coffeecup Users including personal or group training for Site Designer, Web Form Builder and more via Zoom.
Email me at support@uscni.org or call 865-687-7698.
Did you know that Web Form Builder can be used for both simple and complicated forms and that it's not limited to the default fonts and buttons? Take a look at a form we developed for WindowTinting.com.
https://forms.windowtinting.com/forms/w … ppingcart/
Hi Brian,
thanks. I can follow you until it comes to the script:
How would this script look like?
thanks. I can follow you until it comes to the script:
Add a script to write the calculated data to the value of those fields.
How would this script look like?
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.