Title: Extend RSVP form
Last modified: August 31, 2016

---

# Extend RSVP form

 *  Resolved [larshnordli](https://wordpress.org/support/users/larshnordli/)
 * (@larshnordli)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/extend-rsvp-form/)
 * Is it possible to extend the RSVP form? I would like to collect adress and phone
   number of people registering for events. I’m comfortable with editing code.
 * Thanks for your help!
 * [https://wordpress.org/plugins/event-tickets/](https://wordpress.org/plugins/event-tickets/)

Viewing 13 replies - 1 through 13 (of 13 total)

 *  [ggwicz](https://wordpress.org/support/users/ggwicz/)
 * (@ggwicz)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/extend-rsvp-form/#post-7003193)
 * Hey **[@larshnordli](https://wordpress.org/support/users/larshnordli/)**,
 * It’s indeed _possible_ to extend the RSVP form with the information-collection
   things you mention here, though it’s unfortunately quite a complicated thing 
   to do 🙁
 * We can’t help with the custom coding, then, but one resource we have that might
   help is our “Themer’s Guide,” which covers how to make customizations like you
   describe in a safe way (i.e. so that the customizations are not lost on a theme
   or plugin update) → [https://theeventscalendar.com/knowledgebase/themers-guide/](https://theeventscalendar.com/knowledgebase/themers-guide/)
 * Best of luck with your customizations!
    George
 *  [reubenbrown13](https://wordpress.org/support/users/reubenbrown13/)
 * (@reubenbrown13)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/extend-rsvp-form/#post-7003296)
 * [@larshnordli](https://wordpress.org/support/users/larshnordli/),
 * I had the same issue with needing the phone number captured for a RSVP. I forked
   the plugin and added the field and handlers to the code. I also use [Meld](http://meldmerge.org/)
   to compare the current Tribe version of the plugin to my forked version so I 
   keep updated with the changes.
 * To add the phone number you will need to update the rsvp.php in the view and 
   src/Tribe/ folders.
 *  [nicosantos](https://wordpress.org/support/users/nicosantos/)
 * (@nicosantos)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/extend-rsvp-form/#post-7003299)
 * Thanks for sharing your solution [@reubenbrown13](https://wordpress.org/support/users/reubenbrown13/)!
 *  [notfarnow](https://wordpress.org/support/users/notfarnow/)
 * (@notfarnow)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/extend-rsvp-form/#post-7003310)
 * [@reubenbrown13](https://wordpress.org/support/users/reubenbrown13/) do you have
   a version of your fork that you can share please?
 *  [reubenbrown13](https://wordpress.org/support/users/reubenbrown13/)
 * (@reubenbrown13)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/extend-rsvp-form/#post-7003311)
 * [@notfarnow](https://wordpress.org/support/users/notfarnow/) – I need to remove
   some client specific info and upload to Git. Once I have free time in the next
   couple days to do so, I will reply to this post w the info.
 *  [Geoff Graham](https://wordpress.org/support/users/geoffgraham/)
 * (@geoffgraham)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/extend-rsvp-form/#post-7003312)
 * Nice work [@reubenbrown13](https://wordpress.org/support/users/reubenbrown13/)!
 *  [reubenbrown13](https://wordpress.org/support/users/reubenbrown13/)
 * (@reubenbrown13)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/extend-rsvp-form/#post-7003313)
 * I am working on pushing my changes to a git repo so they can be pulled in, but
   one thing that is quite different is that instead of looping over the quantity
   supplied by the user and creating individual tickets, I have 1 ticket with the
   number of people attending. All the metrics still update appropriately, but it
   allows for the needs my customer had to be met so that a user can RSVP for 4 
   people, but there is just 1 record to maintain. There is the ability to change
   the quantity by the user on the front end by re-entering their name and email
   exactly the same as the previous RSVP and just change the number.
 * Here is my [repo](https://github.com/reubenbrown13/event-tickets/tree/develop)
   for the changes. This does include the phone number addition.
 * I am not quite sure what it would take to change my code back to function like
   the existing plugin where 1 ticket is minted per RSVP.
 *  [Geoff Graham](https://wordpress.org/support/users/geoffgraham/)
 * (@geoffgraham)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/extend-rsvp-form/#post-7003316)
 * That’s a good call! That might be an excellent comment to make on the Event Tickets
   repo itself for consideration.
 *  [notfarnow](https://wordpress.org/support/users/notfarnow/)
 * (@notfarnow)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/extend-rsvp-form/#post-7003317)
 * Awesome stuff [@reubenbrown13](https://wordpress.org/support/users/reubenbrown13/).
   Thanks so much!
 *  [reubenbrown13](https://wordpress.org/support/users/reubenbrown13/)
 * (@reubenbrown13)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/extend-rsvp-form/#post-7003318)
 * [@geoffgraham](https://wordpress.org/support/users/geoffgraham/): I have just
   submitted a pull request for this code to be added to the dev branch for consideration
 *  [Geoff Graham](https://wordpress.org/support/users/geoffgraham/)
 * (@geoffgraham)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/extend-rsvp-form/#post-7003319)
 * Heck yeah, thanks so much!
 *  [PG](https://wordpress.org/support/users/parulgarg2/)
 * (@parulgarg2)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/extend-rsvp-form/#post-7003322)
 * [@reubenbrown13](https://wordpress.org/support/users/reubenbrown13/) Thanks alot.
   Works flawlessly!
 *  [Brook](https://wordpress.org/support/users/brook-tribe/)
 * (@brook-tribe)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/extend-rsvp-form/#post-7003332)
 * Thank you so much for submitting this Reuben. I just flagged it for our devs 
   to review, I think they missed it before. It’s not often we get awesome folks
   like you who submit a PR.
 * I could see some changes being necessary. They might even turn it around and 
   try to figure out what extra our API needs to make this an addon versus integrated.
   Either way the devs can take it from here and will communicate via git. Thank
   you again!
 * Cheers!
    – Brook

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘Extend RSVP form’ is closed to new replies.

 * ![](https://ps.w.org/event-tickets/assets/icon.svg?rev=2259340)
 * [Event Tickets and Registration](https://wordpress.org/plugins/event-tickets/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/event-tickets/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/event-tickets/)
 * [Active Topics](https://wordpress.org/support/plugin/event-tickets/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/event-tickets/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/event-tickets/reviews/)

## Tags

 * [extend](https://wordpress.org/support/topic-tag/extend/)
 * [form](https://wordpress.org/support/topic-tag/form/)
 * [Modern Tribe](https://wordpress.org/support/topic-tag/modern-tribe/)

 * 13 replies
 * 8 participants
 * Last reply from: [Brook](https://wordpress.org/support/users/brook-tribe/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/extend-rsvp-form/#post-7003332)
 * Status: resolved