I've seen a number of post regarding the form fields being blank after a wrong CAPTCHA code submittal with the response being to set the "Republish fields if error occured" to "Try to Republish". I have mine set to that and I'm still getting blank fields. http://www.ffdev4.net/contact-us Any suggestions?
Dan
Dan
Hi Dan,
Hmm slightly obscure problem there . . . I think that it may be because your form inputs don't have value attributes. Try adding value='' to the text inputs.
. . . but that doesn't explain the drop-down :-(
[sendfb][/sendfb]
Bob
Hmm slightly obscure problem there . . . I think that it may be because your form inputs don't have value attributes. Try adding value='' to the text inputs.
. . . but that doesn't explain the drop-down :-(
[sendfb][/sendfb]
Bob
Thank you for the reply, Bob. I added the value='' as you suggested and it didn't do anything. I noticed that I didn't have quotes around type=text and size=30. So I adding quotes (type="text" and size="30", etc.) and now it works, including the dropdown. So you got me thinking down the right path. 😀 Thanks again!
Dan
Dan
This topic is locked and no more replies can be posted.