- Create dynamic links when sharing your form (whether it's embedded or not), that allows you to prefill
- your form fields. You can use this to personalize the form when sending it to multiple contacts for instance.
-
-
-
- How does it work?
-
-
-
- Complete your form below and fill only the fields you want to prefill. You can even leave the required fields empty.
-
+
+
+
+
\ No newline at end of file
diff --git a/resources/js/components/pages/forms/show/RegenerateFormLink.vue b/resources/js/components/pages/forms/show/RegenerateFormLink.vue
new file mode 100644
index 0000000..d967a6a
--- /dev/null
+++ b/resources/js/components/pages/forms/show/RegenerateFormLink.vue
@@ -0,0 +1,108 @@
+
+
+
+
+ Regenerate form link
+
+
+
+
+
+
+
+
+ Generate new form link
+
+
+
+ You can choose between two different URL formats for your form.
+ Be careful, changing your form URL is not a reversible operation.
+ Make sure to udpate your form URL everywhere where it's used.
+
+
+
+ Human Readable URL
+
+
If your users are going to see this url, you might want to make nice and readable. Example:
+
+ https://opnform.com/forms/contact
+
+
+
+ Generate a Human Readable URL
+
+
+
+
+
+ Random ID URL
+
+
+ If your user are not going to see your form url (if it's embedded), and if you prefer to have a random
+ non-guessable URL. Example:
+
+ Create dynamic links when sharing your form (whether it's embedded or not), that allows you to prefill
+ your form fields. You can use this to personalize the form when sending it to multiple contacts for instance.
+
+
+
+ How does it work?
+
+
+
+ Complete your form below and fill only the fields you want to prefill. You can even leave the required fields empty.
+
- This form has been seen
- {{ form.views_count }} time{{ form.views_count > 0 ? 's' : '' }}
- and it has received
- {{ form.submissions_count }} submission{{ form.submissions_count > 0 ? 's' : '' }}.
-
-
-
- This form stopped accepting submissions on the {{ displayClosesDate }}
- This form will stop accepting submissions on the {{ displayClosesDate }}
-
-
-
- The form is now closed because it reached its limit of {{ form.max_submissions_count }} submissions.
- This form will stop accepting submissions after {{ form.max_submissions_count }} submissions.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Edit form
-
-
-
-
-
-
-
-
-
-
-
- Open form
-
-
-
-
-
-
-
-
-
-
-
-
- Share/Embed form
-
-
-
-
-
-
-
-
-
-
- Regenerate form link
-
-
-
-
-
-
-
-
-
- Url form pre-fill
-
-
-
-
-
-
-
-
-
-
- Duplicate form
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Delete form
-
-
-
-
-
-
-
-
-
-
-
-
- Create template
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Form Analytics (last 30 days)
-
-
-
-
-
-
-
-
- Share/Embed your form
-
-
-
-
- Share
-
-
Share your form using the link below:
-
-
-
-
- Embed
-
-
- Embed your form on your website by copying the html code below.
-
-
-
-
- Close
-
-
-
-
-
-
-
-
-
-
- Generate new form link
-
-
- You can choose between two different URL formats for your form. Be careful, changing your form URL
- is not a reversible operation. Make sure to udpate your form URL everywhere where it's used.
-
-
-
-
- Human Readable URL
-
-
If your users are going to see this url, you might want to make nice and readable. Example:
-
- https://opnform.com/forms/contact
-
-
-
- Generate a Human Readable URL
-
-
-
-
-
- Random ID URL
-
-
- If your user are not going to see your form url (if it's embedded), and if you prefer to have a random
- non-guessable URL. Example:
-
+
+
+
\ No newline at end of file
diff --git a/resources/js/pages/forms/show/index.vue b/resources/js/pages/forms/show/index.vue
new file mode 100644
index 0000000..1fdfd62
--- /dev/null
+++ b/resources/js/pages/forms/show/index.vue
@@ -0,0 +1,225 @@
+
+
+ This form stopped accepting submissions on the {{
+ displayClosesDate
+ }}
+ This form will stop accepting submissions on the {{ displayClosesDate }}
+
+
+ The form is now closed because it reached its limit of {{
+ form.max_submissions_count
+ }} submissions.
+ This form will stop accepting submissions after {{ form.max_submissions_count }} submissions.
+
+
+
+
\ No newline at end of file
diff --git a/resources/js/pages/forms/show/submissions.vue b/resources/js/pages/forms/show/submissions.vue
new file mode 100644
index 0000000..bc028f7
--- /dev/null
+++ b/resources/js/pages/forms/show/submissions.vue
@@ -0,0 +1,31 @@
+
+