Hello,
I am having issues with the CAPTCHA portion of this plugin. On initial load the CAPTCHA image does not show, however the field to fill in the answer is.
Upon submitting the form, I will get an error since the CAPTCHA field was not filled in properly. But now I will see the CAPTCHA image box, and can fill in the form successfully.
Is this expected behaviour? Or am I missing something for the CAPTCHA image to populate on initial load?
Here is what I am using as the CAPTCHA tag:
<label><input type=”text” value=”secret” name=”secret” value=””></label>
Here is the setting in the form:
Is CAPTCHA
Field: Secret
Error message: ……
Max attempts 10
Block message: ……
Warning: …….
Word generation: Dictionary Length: 6
Image type: PNG
Background: White with grid.
Any help will greatly be appreciated!
Best,
– Patrick
]]>Good morning!
I see that it is a very useful plugin.
1
Please consider using WP built-in AJAX receiver: wp-admin/admin-ajax.php
2
wp-config.php may be above WP root
3
To load WP please use wp-load.php which is always in place.
4
Please consider sanitizing $_GET and $_POST, there are WP built-in function for that.
All the best to you!
]]>I’m trying to use the Filled In plugin to take the user to a different page after they submit a new membership form. Filled In successfully sends the form by email, but if I turn on the result processor, I get this message:
Warning: Cannot modify header information – headers already sent by (output started at /home/c26320x1/public_html/wp-content/themes/atahualpa351/header.php:2) in /home/c26320x1/public_html/wp-includes/pluggable.php on line 1179
This is the page I’m working on: https://www.lehighvalleycanoeclub.org/joinrenew-membership
]]>Hi
Does this plugin process a html form in a text widget so that the Name and Email get posted to a database which then subscribes the user to a newsletter?
Thanks in advance
S
This report is long overdue, as somehow I never found time to report the issues described below when I actually encountered them (excuses, excuses…). But better late than never, and inspired by Matt’s recent call for more community contribution, here goes.
'DISALLOW_FILE_EDIT'
is 'true'
in ‘wp-config.php’.I am willing to re-test these cases with fresh versions of Filled In and WP, should the authors show interest in me doing so. As said, this report is based on my earlier notes, so all the issues would need re-confirming. However, I’m also posting this because maybe it could help someone else.
I would like to greet the new co-author / -owner FolioVision, and I would like to thank the original author John Godley for all his hard work (on this, and also several other very useful plugins).
]]>Three identical errors are logged every time a form is submitted.
PHP Warning: Missing argument 2 for FI_Data_POST::LinkUrl(), called in ../wp-content/plugins/filled-in/models/data/source_post.php on line 131 and defined in ../wp-content/plugins/filled-in/models/data/source_post.php on line 107
Besides these lines in the error log, nothing else seems to be amiss; forms are processed and delivered as expected. The errors started within the last month.
Any ideas? Please let me know if you have any questions. Thank you.
]]>When I try to add a captcha field to my form, I get a php error when I try to go to the page with the form.
The plugin tries to send headers AFTER php has already started the session.
When I remove the captcha field, everything seems to work fine.
]]>Is there a way to use the functionality of this plugin within a custom template page, rather than through the wordpress admin?
]]>