What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Simple html form does not submit from website

dogrrific.com

New Member
Hi,
In My Android smartphone, I found that although perfectly cross broswer my form (simple HTML) echoed by PHP
shows fine, let me enter content but does not submit
here is a simple one
echo"
<form action ='/promo/promo.php' method='post'>
<span class='emph'>Enter your Promo Code</span />
<input type='text' name='promo_code' />
<input type='submit' value='Submit' />
</form>";

what's going on?
thanks regards
 
Back
Top