Removing he SUBMIT Button - Post ID...

User 2836110 Photo


Registered User
109 posts

I have my main form which has a link button to a secondary form which is just displaying parsed data.
How can i remove the submit button on my second form ? (Not just hide it but remove it entirely)
User 2699991 Photo


Registered User
4,782 posts

select the submit button
move over to the "properties tab

there you will see a + a n - symbol for the button (regulat and hover state)
hit the - for both

Boom

Gone
Mastering The Understanding With Hands-On Learning
NEW TO "COFFEECUP SITE DESIGNER" FOUNDATION 6 FRAMEWORK?
STUCK ON SOMETHING?

LEARNING & UNDERSTANDING "THE HOW TO"? THE WHY'S & THE WHEREFORE'S?
WITH WAYAN'S STEP BY STEP TUTORIALS
Contact Me For One To One Assistance
https://alphathemes.coffeecup.com/forms … an%281%29/
User 2836110 Photo


Registered User
109 posts

Thanks for that, but i actually tried that but the SUBMIT is still there although very faint and it still actions.
I tried some HTML which works but i also have a PRINT SCREEN button and after that completes the SUBMIT confirmation page displays not sure why.

HTML to remove SUBMIT button:
<style>#fb-submit-button{display:none;}
</style>

HTML to PRINT SCREEN:
<button onclick="window.print()">Print this page</button>
User 187934 Photo


Senior Advisor
20,181 posts
Online Now

Hi Lou,
Give this try.
<button name="print">Print this page</button>
<script>
document.getElementsByName("print")[0].onclick = function(event){
event.preventDefault();
window.print();
}
</script>
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 2836110 Photo


Registered User
109 posts

Yep that worked a treat,
Eric to the rescue again, Thanks mate.
Based on your new profile pic are you out fishing lol
User 187934 Photo


Senior Advisor
20,181 posts
Online Now

Glad it worked.
Scuba diving. This photo was taken out in the middle of Lake Michigan.
The ship wreck, is the Thomas Hume.
https://youtu.be/81RsxkF3fMo
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 2836110 Photo


Registered User
109 posts

Very Envious Eric, If you ever get to come down under we have some amazing areas to dive and it would be a lot warmer than Lake Michigan i would imagine.
Too old nowadays but loved diving.

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.