Slettet Fra Ukjent juni 24 2017 12:31 p.m. Hi, I'd like to change the email box in the Contact Us form. I'd like just a plain box with no '@' I'm thinking that because of the layout it confuses customers i.e. they put their name or part email address in the box labelled 'Name' and the remainder of their email address after the '@' in the email box. I've had feedback from customers to say it was a little confusing. How do I edit the email box ?
tim Founder Fra Sweden Medlem siden mai 2013 tim juni 24 2017 11:52 p.m. Edif form_draw_email_field() in functions/func_form.inc.php. function form_draw_email_field($name, $value=true, $parameters='') { if ($value === true) $value = form_reinsert_value($name); return '' . PHP_EOL . ' '. functions::draw_fonticon('fa-at fa-fw') .'' . PHP_EOL . ' '; }