I have gotten this to work on our forum. Below are the steps i took
vBulletin version : 3.7.3
NOTE: I have vB Events already install from previous version of vBulletin.
https://vborg.vbsupport.ru/showthrea...ent+attendance
Step0 : I uninstalled both products below.
Step1 : Re-Installed Farcaster's Event Attendance 1.2.1
https://vborg.vbsupport.ru/showthrea...ent+attendance
Step2 : Re-Installed Farcaster's Event Attendance & Event Forums Add-On 1.1.1
https://vborg.vbsupport.ru/showthread.php?t=133970
Step3 : Only If you get an error about "securitytoken". Follow the instructions on this post.
https://vborg.vbsupport.ru/showpost....&postcount=102
Here's mine below. (just made it the last line)
<input type="hidden" name="do" value="getinfo" />
<input type="hidden" name="cdo" value="rsvp" />
<input type="hidden" name="day" value="$rsvp_day" />
<input type="hidden" name="e" value="$eventinfo[eventid]" />
<input type="hidden" name="s" value="" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
Hope this helps some of you. Goodluck!