hoffcamp
Forum Replies Created
-
Hey sorry, I’ve been busy. I try to answer the forum roughly once a week…
What might work for you is to use the ‘private fields’ under ‘Form Extra’ in the form editor. There is an ‘ID’ field that will generate unique numbers for each post. You could include the ID number in the e-mail notification, or send it yourself. Either way, the teacher could then use that unique ID in the later forms. When you download the data for each form, you can sort everything by the ID numbers, and then all the information for that child will be together.
I hope that helps.
If you make a custom summary template and use that for e-mails, you could add a test to the loop for empty fields.
Forum: Plugins
In reply to: [Plugins: Form Manager] Conditions not workingThis is a bug. I found the problem and it will be fixed in the next update.
You don’t need to escape the first square bracket.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] Paypal IntegrationHey, thanks for the compliment. This is a good idea, but it will take some time to implement. I’ll have support for something like that in version 2, but I can’t make any promises as to when that will be done.
It depends on the javascript support of the device. So any of the major smartphones should support it.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] shortcode not found errorUnfortunately I really don’t know. This is definitely a bug. What theme are you using?
That looks like it would work. I would have just returned false rather than ‘spambot’, but thats just the convention I was using.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] Background ColoringSorry for the late response.
The best way would be CSS. The form tag has the class ‘fm-form’. If you are unsure about where to put the CSS, your theme’s documentation should tell you, since it varies by theme. FYI if you add the CSS directly to the theme’s stylesheet it will be overwritten if you upgrade.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] I can not edit the fieldsThat’s bizarre. I’ll try to figure out what is going on.
Sorry for the late response. This is a bug in FM. I’ve been busy with other projects, but I’ve added this to the list for the next release.
Sorry for the late response…
The ‘post link’ field is used when the submitted data is copied into a new WordPress post. It will contain a link to the post.
I’ll add the ID/slug of the ‘parent’ post to the submitted data on the next major release. Don’t know when that will be, but thanks for the input. I think this is a pretty basic thing that should have been there.
Mike, the problem was you need to include ‘table’ in the shortcode:
[formdata (slug) table show="..."]The ‘show’ and ‘hide’ options require that you have the ‘table’ option as well. Try
[formdata guestbook table show="lastname,message"].The button in the form editor should be showing automatically. It will normally be the rightmost button along the top row.
You are correct. Let me suggest that you are a registered user… try testing the site when logged out. I’ve done this before, so no worries.