hoffcamp
Forum Replies Created
-
Sorry I’ve been busy – in the form editor, under ‘Customize’, check the box for ‘show summary with acknowledgement’. This will use whatever summary template you have set under the ‘Advanced’ tab. Then make a custom summary template to do whatever you want. The FAQ calls this an ‘e-mail’ template, but the format is the exact same for the summary templates.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] shortcode not found errorAlso, are you using the normal form behavior?
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] shortcode not found errorSorry to take so long to respond on this. Try going to Forms > Advanced Settings > Database Check, and see if it comes up with any errors. Other than that, I don’t know why this is happening. What version did you have before you updated?
Oh I forgot – it may not be documented either. Try %doc_root%, this should point to the root directory.
Unregistered users should be able to post forms, and post submissions as forms.
If you want to show the data for a form on a page, use the ‘formdata‘ shortcode.
Have you tried entering the full path to your root directory?
What do you mean by ‘downloads’?
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] Delete submissions?Yes you can delete submissions.
You have to give the item a nickname in order to access it from the template. Go into the ‘Form Extra’ tab in the form editor, and give the item for the e-mail address a nickname, something like, ‘the-email’. Then the shortcode will be [item the-email].
If you use the advanced e-mail settings, you can list multiple templates according that specification, and give each one a separate ‘to’ address.
Forum: Plugins
In reply to: [Form Manager] WordPress Form Manager – Post/Page Editor issuesI think I ‘fixed’ a conflict with CKEditor before. I’ll see what I missed.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] Calculated Field?I think I misunderstood. What I told you was to store the total value – if you want to see a ‘live’ total on the form itself, I would use some javascript.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] Calculated Field?I think the only way this can happen is if you hook into the submission action. You would grab the values, do the calculation, then update the record in the form’s data table. This explains how to find the name of the right data table. Also if your host has phpmyadmin, that is helpful.
Ed, I’ll take a look and see what I can do.
I haven’t forgotten about this, just very busy.