Web Form Submit

When using the submit= call in a plugin and you're passing values to the web form, do you use the web form field's name= or id= portion?

 

Web form fields


 

 

 

Plug-in Code

values=dict(successRedirect = "https://secure.mlb.c...wizard&c_id=mlb",
            emailAddress = Prefs['mlb_user'],
            password = Prefs['mlb_pass'],
            submit="Login"
            )

[...] and you're passing values to the web form, do you use the web form field's name= or id= portion?

It's the name you want.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.