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)
Need a example for $SUBMIT_URL[additional=1&query=2&string=3&parameters=4] Token
gauravsondhi
Hi ,
I am trying to implement $SUBMIT_URL[additional=1&query=2&string=3¶meters=4] token.Please provide explanation how it works and how it can be implemented through external component.
Thanks
Gaurav
Find more posts tagged with
Comments
Vasuguru
Hi,
You can apply like this
HTML:
action="$SUBMIT_URL[additional=1&query=2&string=3¶meters
=4]"> ...
XSL:
external
$SUBMIT_URL[additional=1&query=2&string=3¶meter<br>s=4]
GET
Regards,
Vasu
Rick Poulin
The explanation behind Vasuguru's answer is that you want to add the type="external" attribute on the <form> tag in your final output. This tells the livesite engine NOT to override your
action
attribute and to use the value you supplied instead.