I am trying to set a up an invitation that members can send out to invite others to our VBS. As of right now I have the invitation referenced to our registration form which was created with webform. Here are the problems:
1st - when you you submit the invite there is an error message such as (user warning: Column 'acted_upon' cannot be null query: INSERT INTO node_invites ( iid, nid ,email_invitee ,uid_inviter ,status ,sent ,acted_upon ,notes_invitee ,notes_inviter ) VALUES ( 4 ,56 ......)
2nd - The email that is sent shows code. Is that what it should do?
3rd - The link to the RSVP doesn't work it says This URL is invalid (iid/nid mismatch)
I am 100% sure that I am doing something wrong since I am at the base of the learning cliff. Any advice would be greatly appreciated.
I am trying to set a up an invitation that members can send out to invite others to our VBS. As of right now I have the invitation referenced to our registration form which was created with webform. Here are the problems:
1st - when you you submit the invite there is an error message such as (user warning: Column 'acted_upon' cannot be null query: INSERT INTO node_invites ( iid, nid ,email_invitee ,uid_inviter ,status ,sent ,acted_upon ,notes_invitee ,notes_inviter ) VALUES ( 4 ,56 ......)
2nd - The email that is sent shows code. Is that what it should do?
3rd - The link to the RSVP doesn't work it says This URL is invalid (iid/nid mismatch)
I am 100% sure that I am doing something wrong since I am at the base of the learning cliff. Any advice would be greatly appreciated.