Collecting additional data in RSVP's for LOGGED IN members
-
Hey! I really like your plugin :).
A site I’ve built hosts event information for site members and use your plugin to allow people to RSVP. I’m looking to collect additional data from members; how many adults and children they’re bringing along, as well as comments.
I’ve modified /[THEME]/tribe-events/rsvp-form.php to include the following in the appropriate spots:
<label for="eventrocket_adults">Adults:</label> <input type="text" name="eventrocket_adults" id="eventrocket_adults" value="" placeholder="<?php esc_attr_e( '0', 'eventrocket' ) ?>" /> <label for="eventrocket_children">Children:</label> <input type="text" name="eventrocket_children" id="eventrocket_children" value="" placeholder="<?php esc_attr_e( '0', 'eventrocket' ) ?>" /> <label for="eventrocket_comments">Comments:</label> <textarea name="eventrocket_comments" id="eventrocket_comments" value="" placeholder="<?php esc_attr_e( 'Please let us know about who you're bringing with you - Name, Age, etc', 'eventrocket' ) ?>"></textarea>
But I’m at a loss for how to hook it in and collect the data in the back-end. :(.
I’ve seen the other similar threads: (https://www.ads-software.com/support/topic/rsvp-fields?replies=10#post-7360355 and https://www.ads-software.com/support/topic/collect-additional-information?replies=10), but they seem to only cater for anonymous users… I can’t seem to find an action that deals with logged in user’s submissions!
Thanks in advance for any help you can offer!
- The topic ‘Collecting additional data in RSVP's for LOGGED IN members’ is closed to new replies.