CaptNemo Posted November 5 Report Share Posted November 5 How do I put the submit button next to the field? Quote Link to comment Share on other sites More sharing options...
0 Winskey Posted November 5 Report Share Posted November 5 You may move that by placing this code in your header <style> .cbSubmitButtonContainer { display: none !important; } </style> Then, on the last field in the advance tab mark the Continue next element on the same line Lastly, add a HTML block after the last field then place this code <input class="cbSubmitButton" id="SubmitBtn" name="SubmitBtn" style="margin: 25px 0px;" type="submit" value="Submit" /> Quote Link to comment Share on other sites More sharing options...
Question
CaptNemo
How do I put the submit button next to the field?
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.