Hi,
I have a rather delicate problem:
• I have created a simple form, just an input field and a Submit button, and styled the form as I like it with inline css like so:
<form style="method="POST" name="spinnerform" action="http://nordicgreen.cag.se/sv/teckna-avtal"><input style="width:117px;text-align:center;font-size:12px;margin-top:145px;margin-left:48px" type="text" name="zipcode" value="Ditt postnummer" onblur="if(this.value.length == 0) this.value='Ditt postnummer';" onclick="if(this.value == 'Ditt postnummer') this.value='';" / maxlength="5" /><input style="font-size:15px;background-color:#e62f55;margin-top:10px;margin-left:48px;width:125px;height:40px" type="submit" value="Teckna avtal" /></form>
• I then place this in an HTML-contenet placeholder in Gravity Forms and publish it, but I still get the wrapper ".gform_wrapper" around it, which I don't want there. I just want the form I created and nothing else.
• Since I have other forms on my web site and I want the wrapper to be active there, I have to find some way to "kill" the ".gform_wrapper" for just the above form.
Is there a way to, in the "forms.css" to do something like this: "Use my forms CSS only and omit the gform_wrapper altogether"?
Sorry, I'm not too good at HTML so I don't know if this is possible or how to code this. Any help would be most appreciated.
Regards
Johan