| Topic: | Formicula Question |
|---|---|
|
CelicaGT
Freshman
Posts: 23 Posted: |
basically on my Formicula form I only have one option of who to contact, so the contact with drop down selection is useless. Basically I need the form to send to the one choice but not display this on the form itself. The bit of code I believe controls this is below, but what do i do to stop it showing but still working in background For some reason the quote is not showing properly Quote
Thanks edited by: CelicaGT, Feb 06, 2007 - 03:52 PM |
|
Wendell
Professional
Posts: 1042 Posted: |
Change it to a hidden input, as such:Code<input type="hidden" name="cid" value="1" /> Note that the value of 1 refers to the default contact. --
|
|
CelicaGT
Freshman
Posts: 23 Posted: |
Thanks for your help. I'm not great at this but even I should have known that! Obviously brain dead when I asked yesterday! Anyway cheers, really appreciate it. |