Rod b
Posts: 0
Joined: Sat May 16, 2015 1:32 am

Example HTML form to send PUSH notification

I'm trying to build a HTML form - that will be part of our intranet - to send push notifications to my Appery app. I know it needs to use the POST method, I have successfully sent push notifications using the CURL examples, but I can't get a simple html form to work as I keep getting serialization errors, is there an example of a HTML form somewhere? Thanks.

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Example HTML form to send PUSH notification

Hello Rodney,

Please follow this documentation:
https://devcenter.appery.io/documenta...

You can create such HTML form via appery.io UI Builder and send data via REST service

Rod b
Posts: 0
Joined: Sat May 16, 2015 1:32 am

Example HTML form to send PUSH notification

Thanks Sergiy - I know how to do inside of Appery, all good. But I need this form to be outside of Appery, so I just want an example of a plain old HTML form that posts data in the correct format. Everytime I build it, I get serialization errors.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Example HTML form to send PUSH notification

Hi Rodney,

Could you please show us your current implementation with this error as a result?

Rod b
Posts: 0
Joined: Sat May 16, 2015 1:32 am

Example HTML form to send PUSH notification

It's ok, I have now tried a different approach, on reading the docs again I have decided that I should be using Server Code, and have done that successfully - thanks.

Return to “Issues”