Results 40 comments of Layton Whiteley
trafficstars

i want to do a post action from the client-side. hence the user clicks on submit and the form data is saved to the cms

after some serious struggles i got it working. so you just need to add the form to the page content as usual inside wordpress admin. See https://github.com/tlovett1/custom-contact-forms#usage The trick to...

my only issue now is the form action is going to a page that displays json. eg. ```json { "success": true, "action_type": "redirect", "completion_redirect_url": "#" } ``` and not actually...

I resolved my issue and the form works perfectly now. In addition to my above post, here is what i did and what my scenario was. I am using react...

im assuming this is IOS due to my unfamiliarity. if it can me namespaced then you can submit a PR with it working to resolve duplication

not sure why you need a flag. when an error happens the `onError` callback is triggered. once you end up in that callback then only an error could have occurred....

these fixes are in master i presume https://github.com/magus/react-native-facebook-login/pull/196/files However not published to npm so follow @gkueny's advice. `npm install github:magus/react-native-facebook-login --save`

ios or android?