Please help formatting the Submit Button. When I click the submit button, the "Loading" box appears and spins.
- <form name="form1" method="post" action="results.php">
- <div data-role="fieldcontain" id="my-search">
- <label for="search">Search:</label>
- <input type="search" id="search" name="keyword" value="" />
- <input type="submit" value="Submit" />
- </div>
- </form>
Is a script call necessary?
I've placed the form code in a generic html page to test, and it works there. Again, it spins in a jquerymobile formatted page.