canonite
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Made Easy] RSVP settings in EventAdditionally, i am able to register multiple times with the same first/lastname/email, even though ‘1 registration per person’ is checked
Forum: Plugins
In reply to: [Events Made Easy] RSVP settings in Eventmeaning to say being a WP registered use != EME registered user (where EME register user is under the ‘People’ menu) ?
Forum: Plugins
In reply to: [Events Made Easy] “No valid email provided” errorif (!isset($_POST['email']) || !is_email($_POST['email'])) {
changed to
if (!isset($_POST['email']) || !filter_var($_POST['email'],FILTER_VALIDATE_EMAIL)) {still have the same error…
Whats the difference between both settings? the information in the fields (first/last/email) cannot be changed on the fly
- This reply was modified 8 years, 4 months ago by canonite.
Forum: Plugins
In reply to: [Events Made Easy] “No valid email provided” errorSetting this option “Allow only 1 registration per unique email address” will give a No Valid Email Provided error.
Setting this option “Allow only 1 registration per person (combo email/lastname/firstname)” does not produce an error
Setting both options does not produce an error.
No rush .. for now it will be a yes/no text field ..
Forum: Plugins
In reply to: [Events Made Easy] “No valid email provided” errorHi Franky,
i took a look at the code in eme_rsvp.php, line 624
$event['event_properties']['email_only_once']it seems that it was affected by my setting in Event | RSVP, where i checked “Allow only 1 registration per unique email address”
Forum: Plugins
In reply to: [Events Made Easy] “No valid email provided” errorHi Franky.
– assuming the email field is well present in the form (and if you view the html source, should have the id “email”)
===> html source of the registration page?– what is your email? If something internal: does it contain “weird” characters? The wordpress is_email function is not RFC nor i18n compliant ==> maybe I should switch to the php function FILTER_VALIDATE_EMAIL … I’ll check later this evening for that
===> it’s a valid work email that contains a period (.) in it… tested it with Send Mails | Test mail without issue..
have switched my user account email to my personal gmail accounts (with and without . in the email) and have the same issue (No Valid email provided)Thanks Craig.. I needed to make one of the fields radio.. but I think that either requires he pro version .. or some changes in the files are needed..
i did add / change some to radio , and note that there are already setting for the field type radio.. but it ain’t working..
Ok..
when i realised the above, working around it solves my other problems now..
The First Name, Last Name and Email is all tied to the user’s profile, and shows up as such in rtec.. (which is what i wanted also!)
think all is good now! sorry for the trouble
Hi Craig,
I just realised that it doesn’t show as I used custom fields, instead of the default. It only shows first_name and last_name for the “Currently Registered”.. I was using custom fields for full_name, dept etc …
Would it be a big job to change the fields at my end ?
Hi John , no problem.. will be showing the layout and functions of the intranet somewhere towards the end of month . Still have some time