Please replace the ??? with your data!
- URL to the FORM: it's on my localhost for now
- The browser used: firefox3, IE7,8 … all of them
- cforms version: 11
- Your Wordpress version: 2.8.4
Hi!
My problem does not involve a bug but some knwoledge.
I have in single.php a piece of code which inserts a form depending of the post category: if (in_category(array('18','19', '20'))) {
include(TEMPLATEPATH . '/forms.php'); …..
form.php includes a cform : insert_cform.
How cand i redirect to the page that contains the form as it is automatically generated?
Thanks a bunch!
PS: I have tried the variables and it did not work