Page 1 of 1

Products Module & Formbuilder

Posted: Wed Aug 21, 2013 2:13 am
by HelloImKarl
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.

Re: Products Module & Formbuilder

Posted: Wed Aug 21, 2013 5:35 pm
by Dr.CSS
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...

Re: Products Module & Formbuilder

Posted: Wed Aug 21, 2013 9:24 pm
by HelloImKarl
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

Code: Select all

{FormBuilder form='contact'}
in a custom field. I use this tag on the template to get the form to display:

Code: Select all

{eval var=$entry->fields.contactform->value}
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.