I cant be the only one with this problem:
I have used the .htaccess file to remove the index.php file, not freeform will not work at all. Just redirects to the hoe page and nothing gets submitted.
How do you get freeform to work with no index.php ?
EE 2.2.2
FF 3.0.3
using NSM .htaccess Generator to remove the index.php file
{exp:freeform:form
collection="Contact"
required="name|email"
template="Contact"
return="new_here/thank_you"
recipient1="General Inquiry|[email protected]"
recipient2="General Request|[email protected]"
recipient_limit="2"
recipients="yes"
}
Name: <input type="text" name="name" /></p>
Email: <input type="text" name="email" /></p>
Questions or Comments:
<textarea name="question"></textarea>
Select Recipient: <select name="recipient_email[]" >
{recipients}
<option value="{recipient_value}">{recipient_name}</option>
{/recipients}
</select>
{if captcha}
Please enter in the word you see below: <input type="text" name="captcha" size="40" /></p>
{captcha}
{/if}
<input type="submit" name="submit" value="Submit" /></p>
{/exp:freeform:form}