trucmuche2005
Forum Replies Created
-
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Custom theme deleted at each updateI wish, but I can’t. Your website returns an error 400 when I submit the form. Moreover, I think that the informations you could give me about that problem are really interesting for others users so I think it would be better to discuss here… Don’t you think ?
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] MANY errors in error_logHello,
I wish, but I can’t : when I submit the form, your website returns “400 Bad request”… Hum.
T.
Thanks ! I’m gonna try that as soon as possible. I will let you know. Could you please NOT close that thread before my return ?
Thanks again !
Hello,
ChatGPT told me a first interesting information about ‘forminator_render_form_markup’ hook. The following code allowed me to get an array containing each field of my form :
add_filter( 'forminator_render_form_markup', 'myfunction', 10, 3 ); function myfunction( $form_markup, $form_content, $form_settings ) { // here $form_content contains is an array with all fields ! // How can I set here fields values ? If I can do that, I could make a DB query to get the values I want to use (maybe the get_entry function could help for that) return $form_markup; }
Could you help me ?
If that is not possible to set values there, maybe another hook is preferable ? Or if there is really no way to make it on the backside, I can run an Ajax database query after the form has been displayed to fetch the values I want in the DB, then update the field values using jQuery, for instance…
I would love to get help from humans to do that, instead of chatGPT ??
Thanks for your help !
T.
Hello @wpmudevsupport12,
Thanks for your help. I can send you the link, of course, but how can I send it privately ?
Best regards,
T.
Hello,
It’s perfect ! Thanks !
T.
Hello,
Thanks for your answer. I don’t understand it but I thank you… If somebody could help me more, that would be very kind.
Actually, I can’t understand how I can allow my visitors to review their submission and maybe edit them after form submission but before triggering Zapier’s hook.
Best regards,
Hello,
Thanks ! Would be very happy if a bugfix can occur soon for that…
I don’t have “mu-plugins” folder inside my “wp-content” folder. Did you mean the folder “wp-content/plugins/forminator/… somewhere ” ?
Or adding your PHP code into the “wp-content/themes/mychildtheme/functions.php” file ?Thanks,
T.
Thanks for your answer. Hope that it will be fixed in a next update…
Hmmm. Yes of course I could change {all_fields} to separate fields but when the form contains >80 fields, that is a HUGE work…
How can I solve that for now ? Loco Translate ? Change a line in your code ?
Thanks,
T.
Ok I got it editing the agenda.twig file… Sorry. It was easier than expected.
Forum: Themes and Templates
In reply to: [MH Magazine lite] fr_BE translationThanks for your answer. I will translate the file and contact you.
Best regards,
TrucmucheThank you for your answer ! I’m waiting your update, then ! ?? I hope it will be available soon ??
I would like to restrict only some pages & articles to some registered users (not author, roles, templates). In other words, I would like to create articles & pages which could only be seen by some selected users : hidden in the menu for the others and strictly forbidden when a direct url is used by non-authorized users.
It would be wonderful to have to check the allowed author(s) when the page/article is created.
If I’m not explaining the things clearly, let me know… I do my best ??
Thank you for your help !
Did you find anything you like to achieve this ? I’m looking for the same thing…
Thank you for your advices !Forum: Plugins
In reply to: manually send notifications to some usersHello Voltronik !
Thank you for your rapid answer and your work ! I really appreciate your plugin… and I was thinking about some kind of add-on you describe ! This would really be the best solution for me !
If you need beta tester for this add-on, you can tell me, I would really appreciate ?? ??
Best regards,
Trucmuche