This is so simple it is crazy but I cannot figure it out.
I want to use a form I created in RS forms but I do not want to deal at all with the RS stying. I just want to take the input ie here.
input type="submit" value="Send" name="form[Send]" id="Send" class="btn">
And use only the style with my css and template. Funny thing is that input that is visible doesn't actually call the form. After fieldset this is what calls the form.
<input type="hidden" name="form[formId]" value="3">
The issue/problem RS presents, (not a real problem), is that it calls in CSS from it's design... i.e.
.formResponsive input[type="submit"] {
I just want to write my own form and use the form from RS to work it's php / js magic.
Any ideas on this... i am thinking this should be simple.