yogesh224 Posted April 16, 2020 Share Posted April 16, 2020 Hello Team, I am using formbuilder with 10 fields and also formbuildermultiplier to accomodate 3 other fields. The requirement is to have these field results in separate columns, since the data needs to be viewed by a 3rd party applications How do I decode the string stored by formbuilder? I am thinking of creating a temp table with necessary columns and storing the data,so it can be accessed by external application. Please let me have your thoughts on how to proceed. Thanks Link to comment Share on other sites More sharing options...
Pixrael Posted April 16, 2020 Share Posted April 16, 2020 Can you use a REST endpoint for the 3rd party app? ..is easy to deliver the information in JSON format from any form entry Link to comment Share on other sites More sharing options...
yogesh224 Posted April 17, 2020 Author Share Posted April 17, 2020 Thanks for reply.It seems they have limitation for rest endpoint. If we post that data to php file , collect and store in database temp table so they can access it. How do I proceed with that? How to access formbuildermultiplier field and store in db. Thank you Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now