How to get Visualforce to put the Input and Submit button on the same line.

For things such as record lookup and search dialogs you may want the input field and the search button on the same line. The challenge: VisualForce and Bootstrap.

<apex:form styleClass=”form-inline”>

You can ignore all the other posts about using DIV and SPAN tags.

Leave a Reply

Your email address will not be published. Required fields are marked *