♥bruyndoncx 260 Posted November 23, 2017 fyi https://mobiforge.com/design-development/html5-mobile-web-forms-and-input-types this triggers the appropriate mobile keyboard 1 mattjt83 reacted to this KEEP CALM AND CARRY ON I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support). So if you are still here ? What are you waiting for ?! Find the most frequent unique errors to fix: grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt Share this post Link to post Share on other sites
burt 5,612 Posted November 23, 2017 If I remember rightly, I think we added a number of these things into the BS version...perhaps not everywhere, but mostly all... EGs;https://github.com/gburton/Responsive-osCommerce/blob/master/create_account.php#L458 (tel)https://github.com/gburton/Responsive-osCommerce/blob/master/shopping_cart.php#L101 (number)https://github.com/gburton/Responsive-osCommerce/blob/master/includes/modules/content/header/cm_header_search.php#L44 (search)https://github.com/gburton/Responsive-osCommerce/blob/master/includes/modules/content/login/templates/login_form.php#L11 (email)https://github.com/gburton/Responsive-osCommerce/blob/master/includes/modules/content/login/templates/login_form.php#L15 (password) Also lots of "required" attributes all over the place, and some min/max things. Although getting these was not a particular aim of the project at the start, I'm pleased we did so. Share this post Link to post Share on other sites
♥bruyndoncx 260 Posted November 23, 2017 i did check some account file didnt see it, should have checkef better Good job @burt KEEP CALM AND CARRY ON I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support). So if you are still here ? What are you waiting for ?! Find the most frequent unique errors to fix: grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt Share this post Link to post Share on other sites