Ana Sofia Santana
Forum Replies Created
-
Hello James,
The Redo button did not appear, but I did a reset like you said and it worked.
Thank you!
Ana Sofia
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Problems with Address FieldsHello @jpowersdev !
That worked, thank you!!!
It does help ??Ana
- This reply was modified 3 years, 5 months ago by Ana Sofia Santana.
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Problems with Address Fields@liljimmi, @jpowersdev can anyone help? ??
Thank you!
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Problems with Address FieldsHello @jpowersdev
Are there any news on this?
I am still having this problem and I need this solved before I send this site to its live version.Thanks
Ana Sofia SantanaForum: Plugins
In reply to: [Easy Forms for Mailchimp] Problems with Address FieldsAny idea on how to solve this?
This is really a big problem for me, I really need the address fields to be mandatory, minus the state.Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Problems with Address FieldsHi Jon,
I have added that code to the functions.php file and it is still not allowing me to subscribe when I have the address fields on the form… I want the address to be mandatory, just not the state field, and it’s not working like that ??
All the other things I was having trouble with I was able to solve using your help files, just not this one….
Thanks
AnaForum: Plugins
In reply to: [Easy Forms for Mailchimp] Problems with Address FieldsUPDATE: I have tried to turn the ADDRESS field optional, and the form works fine like that. But I need the field to be mandatory, the only field that’s not being filled is the State/Prov/Region part, that “disappears” when I choose Portugal. I have tried to use the code:
function yikes_mailchimp_default_state( $default_state_value, $form_id ) {
return ‘N/A’;
};
add_filter ( ‘yikes-mailchimp-default-state’, ‘yikes_mailchimp_default_state’, 10, 2 );But I still am not able to submit the form, it always returns “A required field is missing.”
How can I solve this?
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Problems with Address FieldsOk I have solved the translation thing, using the filters to change the labels of every address field, and using the labels instead of the placeholders.
however, since my country is not the US or Canada, I am getting an error saying that I am missing a required field, which I suspect it’s the State…
When I choose Portugal the state disappears (which is right), but when I click submit even with all the fields with data, it’s saying I’m missing a fieldForum: Plugins
In reply to: [Easy Forms for Mailchimp] Text on Submit Button not changingI have resolved this. Duplicated the form and it’s working now. Didn’t change anything else.