Title: Plus One form Problem
Last modified: August 21, 2016

---

# Plus One form Problem

 *  [kylealee](https://wordpress.org/support/users/kylealee/)
 * (@kylealee)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/plus-one-form-problem/)
 * Great plugin! It is exactly what I was looking for.
 * I seem to be having a problem though. When RSVPing, there is no area to add a“
   plus one.”
 * There is the following text, “Did we slip up and forget to invite someone? If
   so, please add him or her here:” but there is no form under that. There is the
   green add button.
 * Here’s the working RSVP page (it’s going to be embedded in to the single page
   layout of the main site once all the kinks are worked out).
 * [http://www.jenna-kyle.com/?page_id=136](http://www.jenna-kyle.com/?page_id=136)
 * You can test RSVP with the following login:
 * First Name: trouble
    Last Name: shoot
 * Thanks!
 * [http://wordpress.org/extend/plugins/rsvp/](http://wordpress.org/extend/plugins/rsvp/)

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

 *  [dsahmed1](https://wordpress.org/support/users/dsahmed1/)
 * (@dsahmed1)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/plus-one-form-problem/#post-3698528)
 * Your credentials no longer work, so i couldn’t look and see, but I think I was
   experiencing the same issue.
    The green “Add RSVP” button was not working due
   to a parsing issue with the javascript. If your problem is the same as mine, 
   Likely, your theme is introducing extra html tags that is breaking the javascript.
 * When I switched to a simple theme, the form worked as designed.
    After comparing
   the output on both pages, i found that the more elaborate theme added “br/” and“
   p” tags (paragraph and line breaks).
 * The fix is to go into file “/wp-content/plugins/rsvp/rsvp_frontent.inc.php” and
   go down to line 300.
 * After this section (which admits to the Javascript being in a bad location):
   //
   TODO: Need to move this into the main JS file but not sure how to do that with
   the options and the custom questions. // – Moving the options would be fairly
   easy. Just set two JS variables in here and then go off of that. // – No clue
   on custom questions….
 * Remove all unnecessary line breaks from the first “script” tag to the last “/
   script” tag. Make a backup copy of the file to revert, if you make a mistake.
   It will make the file difficult to read, but the javascript will execute correctly
 *  [dsahmed1](https://wordpress.org/support/users/dsahmed1/)
 * (@dsahmed1)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/plus-one-form-problem/#post-3698529)
 * I take that back, it wont always execute correctly.
    the “br” tags go away, but
   the “p” tags are still there for one of my themes.
 * The work around:
    Switch to a very basic theme, go to the page where the form
   outputs. copy the output and paste it into the template file, so that it’s hard
   coded. It’s a pain, but i got mine to work this way.
 *  Thread Starter [kylealee](https://wordpress.org/support/users/kylealee/)
 * (@kylealee)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/plus-one-form-problem/#post-3698530)
 * Thanks, dsahmed1.
 * I think you are correct in that it is a Javascript issue. I found that the script
   that runs the “Add RSVP” button was conflicting with the plugin, “jQuery Smooth
   Scroll.” I ended up using a stripped down template for an individual page for
   the RSVP Plugin and everything worked out fine – although I originally wanted
   it to be in the same layout as the rest of the site.
 * Although I this issue, I did notice that there have been some updates to the 
   RSVP Plugin that could solve this now (haven’t tried – because my event is already
   done).
 * Great plugin in general though!

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

The topic ‘Plus One form Problem’ is closed to new replies.

 * ![](https://ps.w.org/rsvp/assets/icon.svg?rev=3477888)
 * [RSVP and Event Management](https://wordpress.org/plugins/rsvp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/rsvp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/rsvp/)
 * [Active Topics](https://wordpress.org/support/plugin/rsvp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/rsvp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/rsvp/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [kylealee](https://wordpress.org/support/users/kylealee/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/plus-one-form-problem/#post-3698530)
 * Status: not resolved