ricklock
Forum Replies Created
-
Great. Thank you.
This issue is resolved.How do I submit a support ticket on myelementor website if I do not wish to share which website it relates to?
The only options I see for submitting a questions is either through WP interface or by selecting an actual website on myelementor.
Using chat is useless as it is only a chat with a bot.Forum: Plugins
In reply to: [ALTCHA Spam Protection] Obfuscating text or imageThanks.
+1 for that feature.
Thanks.
Not resolved but can be closed.
I vote for a feature that would enable encoding the email address for forms as a Settings option.My goal is to get a customer email from Form 1, which is sent to admin through an email when submitted.
Then admin has a link to Form 2, which is an admin form, and by clicking a link, Form 2 is supposed to have customer email prepopulated so that admin can send them an email by submitting Form 2.
I don’t think I added an email that would be sent to customer from Form 2. But, I wanted to use {hidden-1} as a recipient for Form 2 email.Please find the forms here: https://filebin.net/sh7dgn3srr60sa14
I believe you have to click twice on a .txt file because it gives a message that file doesn’t exist when you click it the first time.
Form1 has email-1 field which is used in a link in an email as
<a >Link to form2</a>
.Form2 has a field hidden-1 which uses param email when querying param.
Form2 has a field html-1 which renders {hidden-1}.Field hidden-1 and field html-1 are rendering email as
myemail [email protected]
instead of[email protected]
.I’m marking this as resolved but described functionality would be a nice addition.
Thank you. That is pretty much what I was using. I was hoping there was a way to do it without the extra step.
I also hide the email fields with CSS so that the user doesn’t see the redundant information.
What I still find annoying is that even if I hide it with display:none, whenever a Consent checkbox is checked, for some reason extra space (margin) appears below it (where the hidden email field is).Noted, thanks.
Take care.I think the problem was that I was using the same format to try and display the field values in HTML on the same page, and not under Behaviour section.
Why is it possible to display it in this way in a message or in an email after submission but not in the HTML as live output?
Having it in an email is still somewhat helpful.
It also seems to be working with an unlimited number of repetitions provided I hard code the parameters for the output in an email.Thank you, I will have a look in a couple of days.
Please find it here.
It is using the form from the thread mentioned above but I also tested it with a completely new form with the minimum number of fields and it still wasn’t working.
Is display of group field inner field instances possible in any way other than through the email notification by using {all_fields}?
I am mostly interested in specific fields from each group, as in {text-1-1} or {radio-1-3} but would like to be able to display all values independent of the number of repetitions {text-1-*} although this apparently isn’t supported according to other threads on this topic.
If it is indeed possible to display specific fields (I can manually add however many instances is the limit for every group), is there a way to display that field value in HTML? This should be displayed either in the repeater itself (instance of the group) or at the top/bottom of the page.Seems to be working great, although I cannot get it to work from the form Custom CSS, only from my page Custom CSS.
Issue resolved. Thanks.I tried using the same code (for the form and for the table displaying the values) but was not able to display any values other than the first one from a repeater?
Was Forminator code changed in the last month so it doesn’t work anymore or am I missing something (settings or such) that would make this work?