Git Product home page Git Product logo

Comments (11)

Nickolos16 avatar Nickolos16 commented on August 15, 2024

Hi Can anyone help us or Demo how to implement the Existing Resource Fields in Formio ? i search a lot on how to implement this but it seems that no one has implemented this function ? even their documentation https://help.form.io/userguide/existing-resource-fields/ has not provided an instruction on how to implement the function

Thanks in advance .

from ngformio.

wag110894 avatar wag110894 commented on August 15, 2024

Hello Son,
This is William with the Form.io support team.

Thanks for reaching out!

This is happening because you do not have the correct READ permissions setup for the Resource you are wanting to add to the form. If you wish to have Anonymous users submit this form, then you will need to add the Anonymous role to the READ ALL permission of the Resource form access settings.

On another note, Form.io offers support packages as well as development services to help with your application. These services connect you directly with a Form.io developer and can be a huge help with your app. Please let me know if you’re interested, I’d be more than happy to send you additional information.

Please let me know if you have any further questions or concerns.

Thanks,
William Gay
Form.io Developer Support

from ngformio.

wag110894 avatar wag110894 commented on August 15, 2024

Hello Nickolos,

This is William with the Form.io support team.

Thanks for reaching out!

These are implemented within the portal interface using the same method described at http://formio.github.io/formio.js/app/examples/custombuilder.html

If you wish to mimic this behavior, then you will need to implement it custom.

On another note, Form.io offers support packages as well as development services to help with your application. These services connect you directly with a Form.io developer and can be a huge help with your app. Please let me know if you’re interested, I’d be more than happy to send you additional information.

Please let me know if you have any further questions or concerns.

Thanks,
William Gay
Form.io Developer Support

from ngformio.

Nickolos16 avatar Nickolos16 commented on August 15, 2024

Hi @wag110894

I am creating a project that has to do with different forms , and by that i embedded the formio and form builder to my project in custom , can i ask if there are any tutorial on how to create a view for a submission as a disabled filled out webform or render the form as html with its submission data if its embedded in custom? because this link :

http://formio.github.io/formio.js/app/examples/htmlview.html

has a tutorial but its is only for subscriber or i need to subscribe to formio package first before i can use that features ?

Thanks in advance,

from ngformio.

wag110894 avatar wag110894 commented on August 15, 2024

Hello Nickolos,

That example will work without being a form.io subscriber. It will display a rendered submission result. You can also present a submission in disabled mode by either setting the form src to the submission url (/form/:formId/submission/:submissionId) or setting both the form and submission attributes and set options.disabled = true.

Please let me know know if you have any further questions or concerns.

Thanks,
William Gay
Form.io Developer Support

from ngformio.

Nickolos16 avatar Nickolos16 commented on August 15, 2024

Hi @wag110894

Thanks for response ,

i just wonder how can i find my formId and submissionId ? since both of them are in separate function (add_Forms And submit_Response) As per this sample tutorial (https://examples.form.io/wizard/submission/5a542c9e2a40bf0001e0f8a9 ) i am so confuse where this ID (5a542c9e2a40bf0001e0f8a9) came ?

Thanks in advance.

from ngformio.

wag110894 avatar wag110894 commented on August 15, 2024

Hello again.

FormID and SubmissionId generated on the server when they are saved. You can get them either from looking at the URL in portal or querying the Index endpoints. For example, do a get to https://mypoject.form.io/form and you will get back all the forms with the ids. Then do a get to https://myproject.form.io/form/:formId/submission and you will get back all the submissions with the Ids.

You can also find the Form ID by clicking on a form within your project,the Form ID is appended after 'form' within the URL like. Seen in a red box on this screenshot. https://screencast.com/t/je8FtI67Ks.

You can also find the SubmissionId within the data tab of your form. By selecting a submission and then clicking 'View', the Submission ID is after 'submission' within the URL. Seen in a red box in this screenshot. https://www.screencast.com/t/6JAlxHMLy

We also offer support and training packages if you are interested.

Thanks,
William Gay
Form.io Developer Support

from ngformio.

Nickolos16 avatar Nickolos16 commented on August 15, 2024

My friend @wag110894

please see this Populating Data To a Form using (Formio) #628

from ngformio.

daniondev avatar daniondev commented on August 15, 2024

Hi, I got the same error, I can use the forms in my app perfectly, but the console show the Unauthorized anyway, I changed all permision to Anonymous and the error still shows

error

from ngformio.

travist avatar travist commented on August 15, 2024

This is just throwing an error to load your Project. If you need to do this anonymously, then you will need to set the Read All permission of your project to Anonymous within the "Access" section of your project.

from ngformio.

daneformio avatar daneformio commented on August 15, 2024

Closing this thread as it is outdated. Please re-open if it is still relevant. Thank you for your contribution!

from ngformio.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.