|
<< Click to Display Table of Contents >> Navigation: Telegram > 2018 > 03 > 14 > Telegram_2018-03-14T08 |
2018-03-14T08:35:39
From the browser.
2018-03-14T08:41:38
If there's no built-in way I'll probably just write Javascript to change the form action directly so that it goes to my desired external URL.
2018-03-14T08:41:57
Not my preferred choice.
2018-03-14T08:46:21
IW Forms use a lot of extra logic to do their processing, its not a simple form post. Do you want to just post back fixed data or you need to take user input and direct it to a post?
2018-03-14T08:47:45
I don't need user input but I need to show the user the data that is going to get submitted to an external URL.
2018-03-14T08:50:31
You could just generate a simple HTML form in a section of the HTML using some of the raw output methods or even label with raw option to generate that inline form, or you could take data back to server and use Indy to post from server.
2018-03-14T08:50:42
It's something like ID verification. I show the user the data that is going to a third party, he presses continue and gets to the third party site, the user verifies on the third party site then the third party site sends data back to me saying it's verified.
2018-03-14T08:51:13
easiest prbably to generate an inline HTML form in the output.
2018-03-14T08:51:13
I can't use indy to post because the user needs to interact on the
2018-03-14T08:51:23
Third party site.
2018-03-14T08:53:15
I think I'll just generate Javascript that modifies form action on body load since that's a faster way that I can work with.
2018-03-14T08:55:40
Gotta sleep already. Tomorrow's gonna be a long day working on the Intraweb. It's my second time to use it in 15-17 years! Hope this impresses!
2018-03-14T08:55:46
cool :)
2018-03-14T08:56:01
Thanks.
2018-03-14T08:56:03
did you peek at 17 yet? The vids etc.. really exciting stuff there...
2018-03-14T08:56:37
Not yet. I think I downloaded it but didn't install as I've a deadline.