The plugin-cforms tag has no wiki summary.
1
vote
1answer
406 views
Undefined index: b in /path/file.php relating to querystring parameters
I am getting errors in the server log for cformsII plugin but don't understand why.
PHP Notice: Undefined index: b in /var/www/wordpressmu/wp-content/plugins/cforms/cforms-captcha.php on line 12
...
0
votes
1answer
271 views
Enqueue styles after a plugin
Is there a way to enqueue my style.css (and other stylesheets) AFTER a certain plugin enqueues its styles?
Specifically, I want my style.css to overwrite cforms's styles, but when I change the ...
0
votes
1answer
477 views
cforms plugin function “my_cforms_logic” (for writing custom logic), is running 5 times
I'm using cforms plugin, which provides a way for writing custom functions for the form action handler page, using the file my-functions.php and the function my_cforms_logic(.
The issue is that ...
0
votes
1answer
483 views
Using Javascript to Set Redirect Page in Contact Form 7
I have a Contact Form 7 form that needs to redirect to specific pages depending on how the user arrived at the form. I'm storing the URL they need to be redirected to using localStorage and I'm trying ...
0
votes
1answer
225 views
cannot find cforms action handler page
I'm not able to find the action handler page for the cforms plugin anywhere.
I want to write some function in the action handler page of the cforms plugin using the post values.
0
votes
1answer
651 views
Print Cforms form as pdf
I have created a form using Cforms from Delicious. The client asked me for an option to print this form as a pdf. I tried some plugins such as Print Friendly and PDF Button that make it possible to ...