Hidden text field in a form is not hidden!

Hi

Following How to Add Hidden Form Fields to Forms
This is just a small issue <input class=“hidden” value="text"> or <input type=“hidden” value="text"> are both not working!
The text field is not hidden with/wo publishing!
What is the problem?

Anyone @PixelGeek @sabanna

@Zozo Could you please share your site’s read only link as well as the published link? We can’t troubleshoot without seeing these. Thanks!

Is there any mistakes in the code , this is just a form with simple code <input class=“hidden” value="text"> or <input type=“hidden” value="text"> , I can’t share the site

1 Like

This is correct (W3Schools Tryit Editor). Are you sure that’s how it’s being rendered on the live site? You can view page source to be sure

Welcome to the Webflow forum!

Could you please edit and provide ALL the necessary details in your post so we can take a look at your site/issue?

In future if you want faster replies and more accurate answers, I suggest including all the details listed in the link above before someone has to ask.

Hope to hear from you soon. Thanks!

You’ll find it in (books template)

I’ve provided my post with details and now with a link. Thanks

Above is correct, but you are using invalid quotes

<input type="hidden" value="text" />

Wow. Thanks @samliew

This topic was automatically closed after 60 days. New replies are no longer allowed.