Atout
Forum Replies Created
-
Hello
It works with a text field but not with a hidden field.
Have you any idea?Forum: Plugins
In reply to: [Fast Secure Contact Form] value in a listHello,
Ok thank you again for your support
a+
Hello,
I put the javascript after the form and it works;-)
A+
For the moment no, I work localhost
Well it does not work.
I noticed the inversion for the id: si_contact_ex_field1_8So I put this before the shortcode:
<script type="text/javascript"> document.getElementById('si_contact_ex_field1_8').value='toto.fr'; </script>
HTML rendering of this field is :
<input gtbfieldid="97" style="text-align: left; float: left; padding: 2px; margin: 0pt;" id="si_contact_ex_field1_8" name="si_contact_ex_field8" value="" size="39" type="text">
Re,
Since I want it back automatically, is it would not be possible to recover more value in php :
eg: $ _SERVER [‘HTTP_HOST $]Re,
Thank you for your quick response.
In fact I am not sending emails, I store and for now I’m testing your plugin locally (in my opinion the best today)
At which point, I can put this javascript code on the form?
Hervé
Sorry for my bad EnglishForum: Plugins
In reply to: [Fast Secure Contact Form] value in a listThank you for your quick response.
I do not want to assign a default value.
I want to store a numerical value (1,2,3, …) rather than the label (which may change one day)Forum: Plugins
In reply to: [Fast Secure Contact Form] dateTo date, the setting is provided at the bottom of the form
For the other question, I opened a new threadForum: Plugins
In reply to: [Fast Secure Contact Form] dateHello,
How can we impose a value in a list
<select name="liste"> <option value="1">Choix az az a 1 <option value="2">Choix az az a 2 <option value="3">Choix zaz a 3 </select>
Thank you in advance