Hello Forum,
I have set up my product items to include a contact form within each item. The problem is that once you submit the form, it will take you back to the summary view and doesn't send the form to the specified email. What would the cause of this be?
Thanks.
Products Module & Formbuilder
-
HelloImKarl
- Forum Members

- Posts: 12
- Joined: Tue Apr 23, 2013 10:05 pm
Re: Products Module & Formbuilder
You will need to explain what you did, how did you set up the 'email to' function in formbuilder, how did you tie it into products, etc. etc...
-
HelloImKarl
- Forum Members

- Posts: 12
- Joined: Tue Apr 23, 2013 10:05 pm
Re: Products Module & Formbuilder
I setup the contact form to send to my email address, as I have done before with no issues. The form is set to display inline with no page redirection.
In the products module, you enter the contact form code, e.g in a custom field. I use this tag on the template to get the form to display:
It appears on the items detail view, you can fill it out etc. but once you click submit it takes you back to the summary view and doesn't send the results to the specified email.
In the products module, you enter the contact form code, e.g
Code: Select all
{FormBuilder form='contact'}Code: Select all
{eval var=$entry->fields.contactform->value}
