Plugin Author
Franky
(@liedekef)
Well, it is certainly possible. Try this change and let me know the results:
http://plugins.trac.wordpress.org/changeset/835184
I’m open for translation string suggestions btw π
Franky, thanks so much for the quick turnaround!
I’m afraid the new code caused a fatal error π
1) I replaced the eme_rsvp.php on the server and I got this message instead of the form (webiste loaded fine):
Call to undefined function eme_is_multiprice() in /data02/realwine/public_html/test2013/wp-content/plugins/events-made-easy/eme_formfields.php on line 413
2) I copy-pasted the new code through the WP plugin editor and then I got a different message (website didn’t even load):
Warning: Cannot modify header information – headers already sent by (output started at /data02/realwine/public_html/test2013/wp-content/plugins/events-made-easy/eme_rsvp.php:2317) in /data02/realwine/public_html/test2013/wp-includes/pluggable.php on line 876
BTW, I’m using about 6 custom form fields, two of which are multi-select dropdowns (if that helps).
I’m not a developer – I wish I could help more!
Looking fwd to your resolution.
J
Plugin Author
Franky
(@liedekef)
You can’t just replace the file with the new version, since other code is there that you don’t have yet.
Replacing the lines should work, I guess you made a copy/paste error.
The real error message can be found in your webserver logfiles.
But I’ll try at home to be sure.
If you’re unfamiliar with coding, I suggest you wait for the next version then.
Ah ok I get it now!
I’ll follow your instructions and try again π
Thanks again for all your effort!
J
Plugin Author
Franky
(@liedekef)
Just tested it here and it seems to be working ok.
Yup, it works π
One more thing though if you have the time/energy:
1) I’ve managed to submit the form without selecting any seats (0)
I really don’t need that option anyway so I might hide it with ‘display:none”
2) When there’s an error for extra formfields which I created it triggers to fill them out correctly but says: “FIELD5, FIELD2” etc.
The user won’t know what those “fields” represent – what field for which question. Is there any chance it can ‘pull’ the field ‘title’ instead of the ‘ID’.
Thanks again – great work!
J
Plugin Author
Franky
(@liedekef)
2: the just released version fixes that
1: use CSS for that
I’ve updated – works a treat!!
I’ve noticed one more bug – sry!
1) multi-select rsvp field (dropdown) set to “#REQ_” unfortunately doesn’t work. I can submit without selecting anything.
Thanks!
Plugin Author
Franky
(@liedekef)
Please report bugs to http://www.e-dynamics.be/bbpress/
Btw, I just tested it: #_REQ_FIELD1 as a dropdown works just fine. What are the values you’re using?
Sorry Franky,
I have a maybe ignorant question about changesets, referring to the above stated http://plugins.trac.wordpress.org/changeset/835184
Do you implement are these and other changesets implemented in one of the upcoming versions of EME or do they remain a user-defined option which interested users implement by themselves?
Thank you
Best Regards
Plugin Author
Franky
(@liedekef)
Yes, it will be in the next version.