Support Forum

 
You must be logged in to post
Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

Entries dont submit with advanced condition "Allow Only One Entry for Each – Email"

Information Needed
No Tags
UserPost

5:25 pm
March 20, 2011


Gerard

1

I am using Pro version and had clicked the box in the Advanced form options that said "Allow Only One Entry for Each – Email"

When
activated this condition and clicked submit, the form did not submit
even if it were a unique email address. It simply reshowed the form and
returned the message "that form has already been submitted. The entry was not saved to the database. I unchecked this condition and the forms were submitted properly and the entry saved to the database.

If the email was not unique, it appeared to work properly (it showed the message only, no form)

Also (seperate issue). Submit button in google chrome seems to not be working.

Cheers

3:49 pm
March 22, 2011


Steph

2

Is it possible your form is getting double-submitted? After you see this error message, can you check to see if the entry has been saved on the entries page? If not, I think I'll need to take a look at the form. Can you provide a link?

 

As for the Chrome submit button, I'm guessing you have required fields that are hidden. Chrome doesn't allow the form to be submitted if any required field is blank. There will be a beta version available within the next couple of days, but for now you can open formidable/classes/controllers/FrmFieldsController.php and change line 230 from this:

echo ' required="required"';

to this:

//echo ' required="required"';

 

P.S. For faster support, please post in the Pro forums.

Information Needed
No Tags