Hi

I am sending the form to a system that must receive specific input id names (salesforce CRM).

Can I control the input ids in WebForm?
For example, I need to put CAPS and names like "email" and not "edit-submitted-email"

Best regards.

Shay.

Comments

quicksketch’s picture

Status: Active » Fixed

No you cannot do this in Webform. The "Form key" allows you to choose the individual element name (which is actually what gets submitted in POST, not the "id"), but it will always be inside the "submitted" parent, such as $_POST['submitted']['myfield']. If you're looking to submit things to SalesForce through Webform, I'd suggest you also install SalesForce Webform or other similar projects.

balaftuna’s picture

Wonderful! Many thanks for your reply.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.