WebSite X5Help Center

 
Henrik  P.
Henrik P.
User

Har brug for at indsætte en html kode i kontakt formularen  en

Author: Henrik P.
Visited 60, Followers 0, Shared 0  

I have a html file, where i have made some calculation possibilities, and i need to insert this in the formular, and receive mail, when the costumer press calculate price - just for follow up

I have all set up, but i cant figure out how to connect the mail funktion in the form

Posted on the
1 ANSWERS
Giancarlo B.
Giancarlo B.
User
Best User of the month IT

Unfortunately, I don't know your specific needs or the code you want to insert into the form. Generally, however, the WebSite X5 contact form only sends the data present in its fields at the time of submission.

For this reason, an effective solution is to add a hidden (or visible but not editable) text field to the form and automatically fill it with JavaScript when the user clicks the "Calculate Price" button. This way, the calculated value will be included in the data submitted by the form.

I hope I understand your needs.

Read more
Posted on the from Giancarlo B.