michaelrieder
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Made Easy Frontend Submit] Property in form is not transferredsolved by custom_field instead of property
Hi Jeff
Thanks for your engagement. Currently I don’t understand how to add/show the field submission date to the frontend form.
Best Regards Michael
Forum: Plugins
In reply to: [WP-Members Membership Plugin] is emptyThanks Chad. I posted the question a bit to fast. I found a solution via php.
function tt_birth_date_text() {
$tt_user_id=get_current_user_id();
$tt_field=get_user_meta($tt_user_id, ‘birth_date’, true);if (empty ( $tt_field) ) {
$result=”text…”;
}
return $result;
}
add_shortcode(‘birth_date_text’, ‘tt_birth_date_text’);Hi Team
that helped. Thanks a lot.
Forum: Plugins
In reply to: [No Right Click Images] NonceMaybe that helps:
[12-Feb-2024 17:22:45 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /mnt/web102/d2/12/56746712/htdocs/WordPress_02/wp-content/plugins/no-right-click-images-plugin/no-right-click-images-plugin.php:176) in /mnt/web102/d2/12/56746712/htdocs/WordPress_02/wp-includes/pluggable.php on line 1438
Forum: Plugins
In reply to: [Calculated Fields Form] Toggle ButtonThanks! Merry Xmas
Forum: Plugins
In reply to: [Calculated Fields Form] ResetYes!!!! It works. Thanks a lot.
Forum: Plugins
In reply to: [Calculated Fields Form] ResetHi CodePeople
Ok. I select an ascend different to the initial one (Alpe d’Huez..). Then I press “Pantani” and every reset goes well. Then I select another ascend like Col du Sanetsch and press “Pantani” again. Then only half is reseted. With a second press on “Pantani” the reset is ok.
Best Regards
Forum: Plugins
In reply to: [Calculated Fields Form] ResetHi CodePeople
It doesn’t help. Interestingly only have of the reset is executed. Two values are not set, one field is not shown, and one field is not calculated.
Best Regards
Forum: Plugins
In reply to: [Calculated Fields Form] Set value depending on dropdown selectionHi CodePeople
Ok, the example works. I would like to set the condition to the default choice of the dropdown field. like: if(fieldname1==default). If this is not possible then I have to use if(fieldname1|v==’xxx’). Here I have a html problem because within xxx I have two special characters like ‘ (apos).
Forum: Plugins
In reply to: [Calculated Fields Form] string operationsHi CodePeople
with the new version of the plugin it works perfectly.
Thanks!
Forum: Plugins
In reply to: [Calculated Fields Form] string operationsHi CodePeople
I made a test form under https://teamtacho.de/000-test/
As long as I do not change any value everything works fine. Changing a value and then select another dropdown entry the changed value stays.
After a second selection it works right. But if I change both values the first never resets anmore.
Best Regards Michael
Forum: Plugins
In reply to: [Calculated Fields Form] string operationsHi CodePeople
one more little issue: I make my selection and both splits work. Then I overwrite the calculated fields manually. When I do another selection, the manually edited values remain regardless of my selection of the dropdown field.
Best Regards Michael
Forum: Plugins
In reply to: [Calculated Fields Form] string operationsYou make my day!
Forum: Plugins
In reply to: [Calculated Fields Form] Conditional FormattingThank you very much, it works! Just one last question: What means |n and |r