Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
CGI Call-out
Vijayan
Is there any way to pass a value entered in a field in the DCT to be passed as a query argument or a form variable to a CGI-CALLOUT?
For example, I have two text fields in a DCT, Country and state. When a user enters a country code, to my cgi-callout to get states, I would like to pass the country code.
Any ideas?
Find more posts tagged with
Comments
Migrateduser
Since this is a CGI callout, you should be able to get whatever value desireable from the parent window. It should be manifested as a form variable.
Try do a loop through all the form variables, you should be able to find the value for the country code user entered. You do not need to pass it deliberately through the CGI callout.
yalavarthi_Srini
usring formapi, you can pass variable(s) to cgi-callout