You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 29, 2023. It is now read-only.
Hello, could you help me write write the complete correct requests for creating questions inside a form, creating forms inside specific worskspace and also accessing responses.
I really tried finding out how, it took me a whole day as am a beginner in ror.
Thank you advance.
The text was updated successfully, but these errors were encountered:
For displaying a welcome screen it goes like this inside your controller if you are working in rails
:
form = CreateFormRequest.execute(Form.new(title: 'HOVER 3'), token: 'your-token-goes_here').form
form.welcome_screens << WelcomeScreen.new(title: 'Good and beautiful day')
UpdateFormRequest.execute(form, token: 'your-token-goes_here')
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, could you help me write write the complete correct requests for creating questions inside a form, creating forms inside specific worskspace and also accessing responses.
I really tried finding out how, it took me a whole day as am a beginner in ror.
Thank you advance.
The text was updated successfully, but these errors were encountered: