- This topic has 4 replies, 2 voices, and was last updated 5 years ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › Use #_PASSWORD in mail template
Tagged: password rsvp
Hi,
I want to use RSVP password for an event. Works fine on the form but #_PASSWORD is not converted in te parameter as set in the even page when used in a mailing template.
Any idea on how to do this?
Other fields like #_TOWN etc work fine.
Grtz,
The #_PASSWORD field is to create a formfield to enter a password, not to mail the password to people (and as it was, it wasn’t described in the documentation concerning form fields, so I now added it).
Thanks for your quick reply (again).
Any other way to mail it using the templates?
This change should help (and allows the use of #_PASSWORD for mailing too):
https://plugins.trac.wordpress.org/changeset/2190975
Thanks for this, it works fine (but I removed the $ after #_PASSWORD, didn’t seem coherent with the rest of the code..