Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

email input on ipad / iphone


douglaswalker

Recommended Posts

Hi there

I have been trying to alter the code below so when the page is viewed on phone / ipad the keyboard changes to show the @ key.

I realise I need to add ,'email' somewhere but I am stumped. ( I have implemented code on contact page no problem from github)

This piece of code is on my modified checkout shipping bootstrap site.

 

 

<?php echo tep_draw_input_field('email', (($email != '') ? $email : TEXT_EMAIL), 'id="email" class="form-control" title="' . TEXT_EMAIL . '"');?>

 

 

I would have thought it would be here but that doesn't work.

"' . TEXT_EMAIL . '"','email');?>

 

Any help greatly appreciated

 

Warm regards

Doug

Link to comment
Share on other sites

Hmm

It does something very odd

The box is pre-filled with the name Email in grey which normally disappears when I start to type. With the added , 'email' the grey email text remains as I start to type and does not dissappear.

weird huh.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...