Hi, trying to get WebAssistant to work for submitting POST to a php form online.
Here's my statement:
Let ( setup = WAReset &
WASetInputValue( "username" ; LOCAL_USER_TABLE::userName ) &
WASetInputValue( "password" ; LOCAL_USER_TABLE::password ) &
WASetInputValue( "passwordc" ; LOCAL_USER_TABLE::password ) &
WASetInputValue( "email" ; LOCAL_USER_TABLE::Email ) &
WASetInputValue( "submit" ; "Register" )
;
WAGetURL(
"http://MYURL/register.php"
)
)
And here's the Script:
set var $calc - (sets as let statement above)
set field (plugin_result) WAReset
set field (plugin_result_container) Evaluate($calc)
set field (plugin_result) GetAsText (plugin_result_container)
if (plugin_result = "ERROR")
Show Dialog - WALastError
else if (plugin_result = "?")
Show Dialog - EvaluationError ( Evaluate ( $calc ) )
I am getting error #1204 returning from plugin_Result="?", but I don't really have an idea on where to start my troubleshooting.
Any list of error codes or what exactly EvaluationError() and Evaluate() look for?
Thanks!
- View New Content
- Home
- Site
-
Forums
- Community Resources
- FileMaker Security Management
- FileMaker Server Administration
- FileMaker on the GO
- Database Schema & Business Logic
- The Presentation Layer
- Brain Food
-
FileMaker and WEB 2.0 Technology
- 360 Works Official Product Support Forums
- FM Forums Affiliate Sponsors
- FileMaker Developers & User Groups
- Tools Of The Trade
- FileMaker Classifieds
- FileMaker Product Family
- The Water Cooler
- FM Forums Operations
- Blogs
- Social Groups
- Marketplace
- Chat
-
More

































