Hi, I asked this question before but after reading through the source HTML I realise I did not ask it very well, so forgive me for repeating a question so I can frame it better.
I have set up gravity forms in two places on the following site: brighterleadership.com
One is a contact form using name, email from the advanced options and a text box entry from the standard fields. This form works correctly. I notice that the action in the form HTML is
URL: http://www.brighterleadership.com/contact-us/
<form method='post' enctype='multipart/form-data' target='gform_ajax_frame_1' id='gform_1' action='/contact-us/#gf_1'>
<div class='gform_body'>
However, I have a second form for user submitted posts using name, email and then title and body from the post fields:
URL:http://www.brighterleadership.com/share-your-story/
But the form code is doubled up
<div id="gform_wrapper_1">
<form id="gform_1" action="http://www.brighterpeople.org/stories-share-yours/#gf_1" enctype="multipart/form-data" method="post" target="gform_ajax_frame_1">
<div class='gf_browser_chrome gform_wrapper' id='gform_wrapper_2' ><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_2' id='gform_2' action='/share-your-story/#gf_2'>
<div class='gform_body'>
NOTE: there are two instances of the <form > tag. The second is correct. But another one is being added in front going to a different domain that is not connected to this site; wrong domain, wrong form ID. Where could this be coming from? It's like a ghost in the machine. I have trawled through the database and cannot see it.
If someone could tell me where to look and what could cause a form, created on a fresh install of gravity forms, to magically prepend an irrelevant form statement in front of the correct code I would be very grateful....
Thanks
Phil