juaniglive
Forum Replies Created
-
Forum: Plugins
In reply to: [Make Connector] WordfenceSame issue. Disabling wordfence doesn’t work neither.
Forum: Plugins
In reply to: [Make Connector] Status Code Error: 401 when creating a connectionSame issue here. Running the latest version of the plugin.
Forum: Plugins
In reply to: [Easy Appointments] Redirection after update not workingThanks Nikola, it’s working after udpate!
Doesn’t work for me so!
I’m using a Profile Form that doesn’t contain any of the values that {submitted_registration} shows on the email.This is what I get in {submitted_registration} :
Date Submitted: 29 Dec 2021 15:57 Form: Default Registration - Form ID#: 269 Username: juani E-mail Address: email@placeholder.com divider: (empty) First Name: juani Last Name: test WhatsApp number: 1111 Birth day: 3 Birth Month: 11 Year: (empty)As you see, it’s picking up the registration form entry, with the date December last year.
The profile form used to trigger the email contains only two text fields:
Flight_number and city_name. As they are meta_keys I’m using{usermeta:here_any_usermeta_key}to bring it to the email and I “fix” the problem.- This reply was modified 3 years, 7 months ago by juaniglive. Reason: preserve data
Works like a charm Veronica, thanks!
You know, the email template it’s using {submitted_registration} and it always posts data from the USER REGISTRATION which it’s the only one and the first time that the user is registered.
But, what hook or how can I get the data or metadata submitted on that form? In my case, it’s a profile form, not a registration form.
EDIT, FOUND THE ANSWER:
Just Use: {usermeta:here_any_usermeta_key} on your email template and it’s done!- This reply was modified 3 years, 7 months ago by juaniglive.
It works perfectly.
You can add that to the repo!
Thanks!@missveronicatv that works perfectly. Thanks so much.
Do you know how to filter those emails? not for every form updated but for some of them, example:
If form_id = 255 , send email.
Thank you again Veronica
Hi @jkester1986 . I’m losing something, I’m using your code with the wp_mail function instead and it’s not working for me.
Could you explain or send me the final code that you are using ?
I just need to send an email when someone updates the UM profile.Thanks
I would like to reset the entry limit for some specific users. How can I do that with the database? I couldn’t find anything in PHPMyAdmin