Getting form info - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: Getting form info (/showthread.php?tid=1127) |
Getting form info - davidderoo - 05.12.2017 Hi, does anymody know how to get form info. I've got a website that post a form to the LM. I need to get the form information into my LM. kind regards, david RE: Getting form info - forsterm - 05.12.2017 Hi, try the function getvar(). Look at this example: https://forum.logicmachine.net/showthread.php?tid=1000&pid=5802#pid5802 RE: Getting form info - davidderoo - 06.12.2017 Hi Forsterm, thx a lot. It's another way to approach it but it works. greetings, David de Roo |