douglaswalker Posted June 18, 2015 Share Posted June 18, 2015 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 More sharing options...
burt Posted June 18, 2015 Share Posted June 18, 2015 Doug the change you made to add , 'email' should work perfectly.example in login form Link to comment Share on other sites More sharing options...
douglaswalker Posted June 18, 2015 Author Share Posted June 18, 2015 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.