Hello
Concerning K2: email to a friend.
mailto.xml
I would like to add a "value" to make it possible inserting a pre-defined e-mail field in the form.
As you can see in the code below, the value for emailto is empty, just 2 quotes.
And when I try to fill in that value with an e-mail address, it will not be inserted in the form !
<input type="email" name="emailto" class="validate-email required" id="emailto" value="" size="30" autocomplete="email" required="" aria-required="true">
Can you help ?
Regards
Maxim