December 2, 200817 yr 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
December 11, 200817 yr you mean something like this? if (isset($_GET['runMyScript']) && $_GET['runMyScript'] == "YesPlease") { $script = $fm->newPerformScriptCommand($layout, $scriptName, $scriptParms); $script->execute(); }
December 13, 200817 yr Author 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 brian
Create an account or sign in to comment