Thread Starter
eltebe
(@eltebe)
Okay, I try to explain it:
In any browser there is a “save password” feature.
If we save wordpress admin login password, the browser will prefill your RSVP password field, because theres no autocomplete=”off” attribute on it.
Because of this: every new event will be protected by the administrator’s login password (that prefilled automatically by the browser) and the RSVP password field must be deleted every time when a new event created or edited.
You can use autocomplete=”off” attribute, it supported/partial supported by main browsers.
And the second part is:
We do not want to protect the booking form with a password, so we did not insert the #_PASSWORD placeholder into the form. Thats ok, while the RSVP password field not filled in accidentally (by the browser: see above).
(Otherwise the booking form on the event page will not show – just an error message that says “#_PASSWORD is missing”).
-
This reply was modified 7 years ago by eltebe.