Telegram_2018-03-14T08

<< Click to Display Table of Contents >>

Navigation:  Telegram > 2018 > 03 > 14 >

Telegram_2018-03-14T08

Telegram link

 

2018-03-14T08:35:39

 

From the browser.

 


 

Telegram link

 

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.

 


 

Telegram link

 

2018-03-14T08:41:57

 

Not my preferred choice.

 


 

Telegram link

 

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?

 


 

Telegram link

 

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.

 


 

Telegram link

 

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.

 


 

Telegram link

 

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.

 


 

Telegram link

 

2018-03-14T08:51:13

 

easiest prbably to generate an inline HTML form in the output.

 


 

Telegram link

 

2018-03-14T08:51:13

 

I can't use indy to post because the user needs to interact on the

 


 

Telegram link

 

2018-03-14T08:51:23

 

Third party site.

 


 

Telegram link

 

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.

 


 

Telegram link

 

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!

 


 

Telegram link

 

2018-03-14T08:55:46

 

cool :)

 


 

Telegram link

 

2018-03-14T08:56:01

 

Thanks.

 


 

Telegram link

 

2018-03-14T08:56:03

 

did you peek at 17 yet? The vids etc.. really exciting stuff there...

 


 

Telegram link

 

2018-03-14T08:56:37

 

Not yet. I think I downloaded it but didn't install as I've a deadline.