May 13th, 2009, 8:18 PM
Hey bwaye,
First thing is to update the $g_root_url. This need to be an absolute path to the Form Tools root folder - without the trailing slash. If you include a relative path, it won't redirect properly in certain cases.
Second, change the name attribute of your submit button to "Place_Bid" (note the underscore). The value attribute can remain as "Place Bid", but the name can't contain any spaces. Once that's done, update the "submit_button" => "Place Bid" line to include the underscore too.
That should fix it up!
- Ben
First thing is to update the $g_root_url. This need to be an absolute path to the Form Tools root folder - without the trailing slash. If you include a relative path, it won't redirect properly in certain cases.
Second, change the name attribute of your submit button to "Place_Bid" (note the underscore). The value attribute can remain as "Place Bid", but the name can't contain any spaces. Once that's done, update the "submit_button" => "Place Bid" line to include the underscore too.
That should fix it up!
- Ben