hoffcamp
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WordPress Form Manager] FILE LINKSThats a bug. I will post an update shortly.
I don’t think there is an easy way to do this.
Most of the time this is because you are using a custom theme, and don’t have a call to wp_footer() in the theme. If this doesn’t help just post a link to the form and I’ll take a look.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] 404 Error on submissionI don’t know. If you post a link to the form, I’ll take a look. But you will have to excuse me entering dummy data.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] Paypal IntegrationThere isn’t an ‘add row’ function like you mentioned. If you want to include a PayPal button, make a ‘note’, and check the HTML box at the bottom. Then paste the PayPal code, and you should have your button.
The destination e-mail address should be under the ‘To’ field. The ‘From’ is just to tell who the e-mail is from, and it can be anything. The [admin email] code will give the e-mail address of the site admin. If the user is entering their e-mail address, you will need to give the form item a nickname, under ‘Form Extra’ in the form editor, something like ‘user-email’, and then use [item user-email] in the e-mail template.
Not sure. Try
$_REQUEST['p'].Your best bet would be to make a custom summary template, and use that to publish the post.
Forum: Plugins
In reply to: [Plugin: WordPress Form Manager] add into custom page implement with colorboxYou will have to make sure that the page loaded as the popup is loading wordpress. You can do this by including ‘wp-load.php’, which is in the root directory of wordpress.
The value for the second argument is supposed to be either ‘summary’ or ’email’, sorry for the confusion. Go into the advanced tab for the form you made, and assign the ‘fm-contact-display.php’ file for your summary or email template.
Under Forms > Advanced Settings you can change the e-mail method. Also, does everything work if you turn off the e-mails completely?
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] authors and summeryFor 1,2,4 the answer is unfortunately no, but these are definitely things that should have been included in the first place. I’m not adding new features until version 2, though. For 3, I have no good solution, other than to copy & paste :-/.
To your first question, you have to give the item a ‘nickname’ under the ‘Form Extra’ tab.
You can’t store the data as a custom field directly. You could hook into the submission action and update the relevant post yourself using PHP.
Sorry I’ve been a bit busy – What you should try is %doc_root%/whatever. Or maybe %doc_root%whatever, I don’t remember if it includes the slash. But definitely only have ‘doc_root’ or ‘wp_uploads_dir’ between the % signs.
Forum: Plugins
In reply to: [Form Manager] Form DataThere isn’t a simple way to do that, sorry.