Events Made Easy › Forums › How do I … › EME Front end submit form customizing
- This topic has 6 replies, 3 voices, and was last updated 6 years, 2 months ago by Franky.
-
AuthorPosts
-
Tue 7 Aug 2018 at 22:17 #58258AnonymousInactive
I would like to include fields to Set # of seats and price in the Front End submit form.
what do I have to do
Failing that is it possible to set a default price in the RSVP for events submitted from the formThank you
Wed 8 Aug 2018 at 11:16 #58259FrankyKeymasterI updated the doc a bit, but you can use price and event_seats too.
From the doc, I added:For all possible fields, look at eme_events.php, function eme_new_event.
Many newer event options are stored in properties, see eme_events.php function eme_init_event_props(), for a whole list.It is not that user friendly, I know (not my code initially), but I’m thinking about revamping the whole thing …
Wed 8 Aug 2018 at 20:06 #58260AnonymousInactiveThanks Franky..
You are right in saying its not user friendly, I should tell you that I am not a coder…
First i found the template copied test.php renamed it testform.php and modified it slightly to see if what I was doing had any remote chance of working.. I copied it back into the templates folder, changed the shortcode on my page to include testform.php
this didn’t work
I then looked for the folder
WP UPLOAD DIR/events-made-easy-frontend-submit/
./wp-content/themes/your-current-theme/eme-frontend-submit/
./wp-content/themes/your-current-theme/events-made-easy-frontend-submit/
./wp-content/themes/your-current-theme/emefs/
./wp-content/themes/your-current-theme/events-made-easy/none existed ..
so i am at a loss as too where to find the file that needs modifyingRobert
Wed 8 Aug 2018 at 22:56 #58261FrankyKeymasterThe directories mentioned don’t exist by default and you should create one. Best is to use
WP UPLOAD DIR/events-made-easy-frontend-submit/ (WP_UPLOAD_DIR is to be replaced by your wordpress upload directory location, typically it is wp-content/uploads/ )
Reason is that updating your theme won’t destroy it. Also changing it directly in the plugin subdir will cause it to be destroyed when the plugin updates.
Also make sure the webserver has access to the file/directory you created/changed, otherwise it won’t work of course.Thu 9 Aug 2018 at 16:18 #58266AnonymousInactivethank you, for the quick responses,
all cleared up now, and it works getting to grips with the coding syntax to make my form now
once again thanks very much..Thu 6 Sep 2018 at 19:55 #58380AnonymousInactiveOn the dashboard, under the Send Mails menu option, the Select the Event(s) drop down option does not display all of the events. Only one event shows here instead of all of the events. How do I fix this issue? I’m guessing there is a setting somewhere or something but there are so many settings, I’m not sure which one correlates to this option. I’m trying to send an email to all WP users for a specific event but only one event out of about 6 show up in this Select the Events drop down option.
Thu 6 Sep 2018 at 21:56 #58381FrankyKeymasterPlease read the forum post guidelines:
https://www.e-dynamics.be/wordpress/forums/topic/forum-post-guidelines/ -
AuthorPosts
- The forum ‘How do I …’ is closed to new topics and replies.