Jump to content

Placeholder in cms page


Ze Pedro

Recommended Posts

Hi.

I have an e-goi form in a cms page on my website, but the placeholder attribute is being ignored by the html editor. When I save the page it disappears as if it is wrong.

Here is my code. Is this attribute not supported or something?

<form method="post" id="aboutform" enctype="multipart/form-data" action="******ignore this******">

<input type="hidden" name="lista" value="13" /> <input type="hidden" name="cliente" value="846080" />

<input type="hidden" name="lang" id="lang_id" value="pt" />

<input type="hidden" name="formid" id="formid" value="78" />

<iframe width="300" height="150" name="dummyframe"></iframe>
<div id="input12">
<div id="labelinput1">

<label class="lbi">Your name</label>

<input type="text" name="fname_834" id="fname_834" placeholder="name"/>

</div>
<div id="labelinput2"><label class="lbi">Your email</label> <input name="email_835" id="email_835" value="" type="text" placeholder="email" /></div>
</div>
<div id="labelinput3"><label class="lbi msg">Your message</label> <textarea id="easygoi_846" name="easygoi_846" cols="22" rows="3" placeholder="your message">        
                    </textarea></div>
<input type="submit" value="Send" /></form>

 

Edited by Ze Pedro (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...