Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 5816 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

is it possible to set a field with a URL.. alternately, if i could call a script with a URL, that'd be fine too.

i used to include "&-script=scriptName" when i was doing this in CDML..

thanks in advance!

brian

  • 2 weeks later...
Posted

you mean something like this?






if (isset($_GET['runMyScript']) && $_GET['runMyScript'] == "YesPlease") {

    	$script = $fm->newPerformScriptCommand($layout, $scriptName, $scriptParms);

    	$script->execute();

}

    	



Posted

hey!

thanks for getting back.. i ultimately handled this a different way on my form (without a script), but your reply looks like what i was after. I suspect i'll be needing this for something else later.. so, thank you :B

brian

This topic is 5816 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.