PDA

View Full Version : Form Field Names


mamamia
07-05-2007, 04:26 AM
Is there a way to keep the form field names unaltered in a Fabrik form? For example, if I create a text element called "city", in the source code of the form it comes out as "jos_fabrik_formdata_1___city".

My ultimate goal is to use the CURL functionality and post my form to an e-commerce payment processing gateway. But they require that there be certain fields in the form submit, and obviously I can't do this if Fabrik changes the names of the fields when I create them.

Any suggestions? Thanks in advance.

mamamia