Contact Us - email Box Layout

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

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
         . '  ';
  }

Thanks TiM for your usual prompt reply, appreciated.

tim

smile

Denne tråden er stengt på grunn av lang inaktivitet. Det er ikke mulig å legge ut innlegg til det.
View code on GitHub