I have created a few forms and everything has been working well for a few months now, when all of a sudden when users go to submit a form it takes a really long time, then the does not complete its transaction and does not get sent to any email that they have chosen then goes to a blank white scree. (They are prompted to pick a manager and that manager is linked to there email). After all said and done the form does get submitted on the back end but the email does not get sent. In IE, in the lower corner I do get an error message on the page.
Message: Could not get the fontStyle property. Invalid argument.
Line: 29
Char: 47
Code: 0
URI: http://ami-www2-svr/accranet/wp-content/plugins/formidable/js/formidable.js?ver=1.06.05
I have reviewed this line and it states:
if(this_val==default_value){thefield.value=”;thefield.style.fontStyle=’inherit’;}
Here is the complete line:
function frmClearDefault(default_value,thefield){
var default_value=default_value.replace(/(n|rn)/g, ‘r’);var this_val=thefield.value.replace(/(n|rn)/g, ‘r’);
if(this_val==default_value){thefield.value=”;thefield.style.fontStyle=’inherit’;}
Please let me know if you need any more information.
Thank you.





October 2, 2012 at 4:31 pm
What have you changed lately? Added or updated your plugins or theme? Can you please provide a link to your form?
October 2, 2012 at 4:41 pm
The form is actually on our local intranet site. So at this time I cannot send you the link. As of updates, the only thing is updating the Atahualpa theme. And I do believe that happened before the errors started. Is there something else I can send you? If I remove and reinstall will my forms and data be removed?
Thanks
October 2, 2012 at 4:47 pm
More Testing:
Under Form / Settings / Email, and remove the Email Recipients from the setting then update, form works fine. No errors, and the "Form Submitted Successful" Page shows up like it should. But then defeats the purpose of the from and that is to notify. Let me know if this helps.
October 2, 2012 at 5:00 pm
So it sounds like your emailing is having issues. Have you tried other emails like the WP forgot password email?
Topic closed.