whatafilm06
Forum Replies Created
-
Forum: Reviews
In reply to: [reCaptcha by BestWebSoft] Do nothingI paid for premium because I wanted to use it with Contact Form 7. I was debited twice and your support client says they did not receive the money even with an official document from my Bank account. You’re a scam
That makes more sense, thank you !!
This is perfect, thank you very much !
(Of course, in my case, I used this snippet :
<?php
/**
- Add pre-defined fields to the main Account tab under the “E-mail Address” field.
- Add this code to the file functions.php in the active theme directory.
*/
function um_account_tab_general_fields( $args, $shortcode_args ) { // Fields Meta Keys.
$args .= ‘,adresse’;
$args .= ‘,cp’;
$args .= ‘,ville’;
$args .= ‘,phone_number’; return $args;
}
add_filter( ‘um_account_tab_general_fields’, ‘um_account_tab_general_fields’, 10, 2 );
Thank you a lot, it was totally the point of my question !
Last question for another use : is it possible to completely hide the profile page and have only the account page instead? That means I would have to hide the “view profile” link under the picture on the account page. Thank you a lotForum: Plugins
In reply to: [Cost Calculator Builder] Multiple “IF”Thank you very much, it works perfectly ! The update is great !
Forum: Plugins
In reply to: [Cost Calculator Builder] Multiple “IF”Thank you for your answer!
it works with 1 ELSE but I guess I need multiple ELSE like this : https://levoyagedebetsalel.com/wp-content/uploads/2023/10/Capture-decran-2023-10-04-a-15.14.19.png and I get the wrong formula when there is more than one ELSE
In fact, here is what I am trying to do : https://levoyagedebetsalel.com/wp-content/uploads/2023/09/Capture-decran-2023-09-21-a-09.07.50.png
Thank you very muchForum: Plugins
In reply to: [Cost Calculator Builder] Multiple “IF”Of course I read the documentation but I must do something wrong because when I use if else, I get “wrong formula” :
https://levoyagedebetsalel.com/wp-content/uploads/2023/10/Capture-decran-2023-10-02-a-09.26.09.png
Thank you very much for your help