How to move the submit button - Post...

User 2089617 Photo


Registered User
58 posts

Hi Guys

Im sure i should be able to do this but not sure what im doing wrong..

I want a simple single email field form as per attached but i want the submit button directly after the email field (on the right) but i cant get if to move.....

what am i doing wrong???

Many thanks...
Attachments:
Murray Walker: And look at the flames coming from the back of Berger's McLaren
James Hunt: Actually, Murray, they're not flames, it's the safety light.
User 187934 Photo


Senior Advisor
20,271 posts
Online Now

You'll have to alter the html to accomplish this.:)
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2089617 Photo


Registered User
58 posts

Nuts...

not sure what modification i would need to make, could you show me how is i paste the html down??

:/
Murray Walker: And look at the flames coming from the back of Berger's McLaren
James Hunt: Actually, Murray, they're not flames, it's the safety light.
User 187934 Photo


Senior Advisor
20,271 posts
Online Now

Here's one way.
Look for this code in the forms html.
<input class="fb-button-special" id="fb-submit-button" type="submit" data-regular=""
value="Submit" />

Now paste it inside an html element on your form in the form builder. Now you can alter it's position.
Now export your form again.
Now go back to the original at the bottom of your form and delete it.
<input class="fb-button-special" id="fb-submit-button" type="submit" data-regular=""
value="Submit" />

You'll need to delete this every time you make alterations and export.;)
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2089617 Photo


Registered User
58 posts

Cool. i have added the new button via adding my own html element (as per new attached), However i am unable delete to original Submit element, it just says "please select an element to delete"

??? any thoughts lol..
Attachments:
Murray Walker: And look at the flames coming from the back of Berger's McLaren
James Hunt: Actually, Murray, they're not flames, it's the safety light.
User 187934 Photo


Senior Advisor
20,271 posts
Online Now

Delete the code in the html of the actual form code after export.;)
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2089617 Photo


Registered User
58 posts

hmm,, im sure i understand what you mean but i can not find my added html in the final output html as per below..

<script type="text/javascript">document.write(unescape("%3Ciframe id=\"fb_iframe\" src=\"Subscribe.php" + window.location.search + "\" width=\"100%\" height=\"377\"allowtransparency=\"true\" scrolling=\"no\" frameborder=\"0\"%3E&lt;a href=\"Subscribe.php\" title=\"Subscribe\"&gt;Check out my CoffeeCup Form&lt;/a&gt;%3C/iframe%3E"));</script>
<noscript>
<iframe height="377" style="border:none; background:transparent; overflow:hidden; width:100%;"
id="fb_iframe" src="Subscribe/Subscribe.html">
&lt;a href="Subscribe.php" title="Subscribe"&gt;Check out my CoffeeCup
Form&lt;/a&gt;
</iframe>
</noscript>


sorry to be a pain.....
Murray Walker: And look at the flames coming from the back of Berger's McLaren
James Hunt: Actually, Murray, they're not flames, it's the safety light.
User 187934 Photo


Senior Advisor
20,271 posts
Online Now

It's not in the script but the actual html of the form in the
myformname_exported/myformname/myformname.html
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2089617 Photo


Registered User
58 posts

"Penny Dropped"

Ok i now understand...

Many thanks...
Murray Walker: And look at the flames coming from the back of Berger's McLaren
James Hunt: Actually, Murray, they're not flames, it's the safety light.

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.