Firstly, great product you have here.
Question, I have created a product inquiry form which I will paste in all 30 pages of my online catalog.
I would like to know from which page/post the form was summitted from.
Instead of duplicating 30 copies of that same form, is there a way to identify the page/post the form was sent from?
Does Metform have mail-tags similar to CF7? (https://contactform7.com/special-mail-tags/)
Thank you so much
]]>I made a custom label element with a for attribute attached to a file input element, and put it in the Form tab :
<label for="file-upload" class="label-file-upload">Choose a file</label>
<input id="file-upload" type="file">
I can upload a file but I don’t know which mail-tag I have to put in the Mail tab in order to send it. I tried this :
[file-upload]
But it of course doesn’t work. I suppose I have to add a form-tag in my code but I don’t know how.
Any ideas ?
]]>I made a custom label element with a for attribute attached to a file input element, and put it in the Form tab :
<label for="file-upload" class="label-file-upload">Choose a file</label>
<input id="file-upload" type="file">
I can upload a file but I don’t know which mail-tag I have to put in the Mail tab in order to send it. I tried this :
[file-upload]
But it of course doesn’t work. I suppose I have to add a form-tag in my code but I don’t know how.
Any ideas ?
]]>is it pissible to connect countrytext and phonetext? If I select a country, the right country-phone-number is selected?
Or is it possible to add the country-Code to the value of phonetext, like “de +49”?
Best Regards,
Stefan
]]>I see that there are special mail-tags, so [_site_url] provides me with the URL for the site, but I am not skilled enough to know if I can remove the “https://” in the URL to just get the domain. Is that possible?
I have also been looking at “custom form-tag” ideas but have not found any way to use some regex or editing expression to get the domain from the URL or any other way to get the domain of the site where the form is being submitted from.
Thanks.
]]>Essentially every time an email comes through Contact Form 7 it comes up as “EasyWP” instead of the persons name. In the “From” tab under the mail settings I have this entered “”[your-name]” <[email protected]>”.
The only time it changes is if I actually type in something else instead of using a mail-tag. For example, if I enter “Blog Name <[email protected]>” it will say that Blog Name has sent the email and then I must check the contents to find the name of the person.
Does anyone know how to fix it?
]]>I have a multiple selectable checkbox on my form. I want to showing the checkbox values with line break. I’ve tried to add “<br />” tag using jQuery but on email, the “<br />” tag displayed as text. Can anybody help me please?
Thank you
]]>