Richard7452343
Posts: 0
Joined: Thu Mar 26, 2015 5:48 pm

Hello World........ additional inputs required

Hi All,

How do I add additional inputs that are stored in local storage and then displayed on another page. I have followed the 'Hello World' example which works for 1 input, but when I add another input the text displayed in the label is the same as the first label. I have added additional storage variables and that doesn't work either, any help would be much appreciated.

Regards

Richard

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Hello World........ additional inputs required

Hi Richard,

You should:

  1. Add new input on input page.

  2. Add new storage.

  3. Add new label on result page.

  4. Add new one "click" event handler with action to set storage(2nd step with value of input component 1st step). And order this action to be before "navigate to page" action.

  5. Add new "page show/page load" event handler for result page with action set property. Set label (3rd step) text with value of storage (2nd step).

    That's all.

    Regards.

Richard7452343
Posts: 0
Joined: Thu Mar 26, 2015 5:48 pm

Hello World........ additional inputs required

Hi Yurii,

I've tried that, please see attached screen shots, have i missed something here??

Regards

Richard

Image

Image

Image

Image

Richard7452343
Posts: 0
Joined: Thu Mar 26, 2015 5:48 pm

Hello World........ additional inputs required

Yurii,

Would you also be able to assist with this issue too?

https://getsatisfaction.com/apperyio/...

Regards

richard

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Hello World........ additional inputs required

Hi Richard,

Here is what i see is incorrect:

  1. http://prntscr.com/6oghpf/direct

  2. http://prntscr.com/6ogi9b/direct

    Also please change "Load" event on that page to the "Page show" event.

    Regards

Return to “Issues”