maufo
Forum Replies Created
-
Thank you so much for the code. You’ve been very kind.
Finally, I have solved with code JavaScript session and run perfect.
Issue solved!
Hello, with a text filed run correctly.
Now, I would need a filter how “hustle_field_hidden_field_value” to get the value of this field.
I think it doesn’t exist in Hustle. Any alternative?
Thanks.
Hello, my hidden field is configured like this:
https://imgur.com/a/glULq6a (run correctly in 7.6.5 version)
The value of origen_lead is not received in mailerlite
?Is there other way to do it in new versions?
“Could you also check whether you notice any error listed under Hustle > Email List for the existing submissions?” No submissions in this section (Local List is Inactive)
Thank you
What file is responsible to send the values to mailerlite? I can take a look, I’m a developer.
Thanks in advance.Hello, I have done new test and errors persist.
In version 7.6.5: email=a385a8cddc%40emailboxa.online&origen_lead=indefinido&hustle_module_id=1&post_id=4497&hustle_sub_type=shortcode&gdpr=on
In last version: email=a2c1aa31c9%40emailboxa.online&origen_lead=indefinido&hustle_module_id=2&post_id=14547&hustle_sub_type=shortcode&gdpr=on
In version 7.6.5, mailerlite receive the value of origen_lead.
In 7.6.6 version and later, this value is not receive.
In the log appear this line: session_start(): Cannot start session when headers already sent in /home/excelpar/opocademy/wp-content/plugins/wordpress-popup/popover.php on line 342
Ok, I’ll do that. Thanks for all
Hello, it’s enabled. can I consult a log file or similar? Thanks
The paypal orders show correctly, with subcription id, transaction id and state = success
Hi Andrew, yes I use the Email Templates Admin Editor and this custom code (from official PMP web):
add_filter(“pmpro_checkout_confirm_password”, “__return_false”);
add_filter(“pmpro_checkout_confirm_email”, “__return_false”);function my_pmpro_change_default_button_text( ){
//copy over HTML code from checkout.php to keep styling and simply change the text value to ‘Create Account’
?>
<span id=”pmpro_submit_span”>
<input type=”hidden” name=”submit-checkout” value=”1″ />
<input type=”submit” class=”pmpro_btn pmpro_btn-submit-checkout” value=”Comprar Ahora” />
</span>
<?php
//show default checkout button
return false;
}
add_filter(‘pmpro_checkout_default_submit_button’, ‘my_pmpro_change_default_button_text’, 10, 2 );Hello Nastia! I have seen you have update the plugin to 6.0.7 version. In the changelog indicates the following:
“Allow users to subscribe again when using Mailchimp”
I understand that is the solution to the error that raised in this topic.
In that case, comments that I have made a new test and still does not forward the subscription mail to the user.
Thank you in advance
Best regardsHello Nastia,
Great, it serves as a solution
In any case, there are other plugins (for example, WP Subscribe) that use the API and that allow you to send the confirmation email even if the status is pending
Would this be possible in subsequent versions of the plugin?
Thank you very much for your great work
Oh I’m sorry, I think I did not explain correctly, my fault.
I’ll give an example to make it clearer:
1. The user fills in name and email and sends the form
2. The user receives the confirmation email but ignores it or deletes it, with which he never subscribes (it does not appear in the mailchimp subscription list).
3. The user, at the time, returns to fill in the form to subscribe, but he never receives the mail, although he tries it more times.In any case, “Allow already subscribed users to submit the form” is checked
It seems quite strange to me. I think there is something that is not being contemplated.
Thank you very much again!
Forum: Plugins
In reply to: [W3 Total Cache] ANYONE – Does RSS Feed Caching (to Local disk) Work At all?That is great news . Please could you share the code to functions.php and htaccess file?
I would be grateful. I’m desperate with this issue
Thank you very much!
Forum: Plugins
In reply to: [WP iCal Availability] Premium versionThanks!
Please, can you show me an exmaple of the field content? I need update a database table with the values of the eventsThanks again!
Forum: Plugins
In reply to: [WP iCal Availability] Error with url of airbnbWorks!! Thank you very much!!