Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a Form Submission Public Route #55

Open
piyushgarg-dev opened this issue Oct 8, 2023 · 5 comments · May be fixed by #266
Open

Create a Form Submission Public Route #55

piyushgarg-dev opened this issue Oct 8, 2023 · 5 comments · May be fixed by #266
Assignees
Labels
enhancement New feature or request hacktoberfest Hacktoberfest Accepted Issues hacktoberfest-accepted Hacktoberfest Accepted

Comments

@piyushgarg-dev
Copy link
Owner

piyushgarg-dev commented Oct 8, 2023

What do we need?

We need to create a public route on the front end where users can submit feedback and review.

Technical Details

  • Create a public route at https://<custom_domain>.domain.com/form/<slug>
  • This page must be Server Side Rendered
  • Reuse the existing component for form submission
@piyushgarg-dev
Copy link
Owner Author

Ref Issue piyushgarg-dev/review-app-api#22

@Hari1122-code
Copy link
Contributor

hey @piyushgarg-dev
As you mentioned the url https://<custom_domain>.domain.com/form/
Here the form is identified with the unique slug of a form but there can be same form slug for different projects created.
how can we differentiate these forms with the same slug in different projects?

@piyushgarg-dev
Copy link
Owner Author

That is where the custom domain comes in, You can have same slug in different project but not in same project.

@PSKK-Git
Copy link

Hello @piyushgarg-dev, can you assign me the issue?

@ruhani2 ruhani2 linked a pull request Oct 26, 2023 that will close this issue
6 tasks
@ruhani2
Copy link
Contributor

ruhani2 commented Oct 26, 2023

Hello @piyushgarg-dev as there was no activity, created this PR #266 (it is not yet complete), we will also need a public route to make it function.

Please let me know your suggestions.

@piyushgarg-dev piyushgarg-dev assigned ruhani2 and unassigned PSKK-Git Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest Hacktoberfest Accepted Issues hacktoberfest-accepted Hacktoberfest Accepted
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants