Embed HTML in form prior submitting
-
Hello!
I’m working on this site hybrid e-commerce site in which the users can “favorite” the products offered through the site. These products are shown in a list in this convention:
- Image
- Title
- ID
The user can then send themselves the list as an email using Contact From 7.
Sending the email works great but I’m having issues “appending” or “adding” the list of items favorited to the form/email template.
Is there anyway to do this?
For the moment I have a “textarea” hidden in the submission form and I append the response data (favorites) to it, prior the user sends the form. Even though I get the data in the email, is not formatted as I’m including <html> in a text area. Is there any way to include HTML dynamically prior the user “submits”? Since the data is dynamic (user can have a list of 100 favorites or just 2, I can’t really create or use the provided [tags].
Thanks!
- The topic ‘Embed HTML in form prior submitting’ is closed to new replies.