AkhdaN
New member
- Oct 8, 2020
- 17
- 2
- 3
I want to create a report button that can automatically fill in a form, I want to automatically input the title of problem pages and link of problem pages
Can anyone help? I am very bad in this field.
Sample Posts:
Post Title: How to automatically input a form using a link
Link: example.com/how-to-automatically-input-a-form-using-a-link
Example form:
I saw in some forums they use a link that contains the link of their post and the title of their post, like this:
example.com/?xxx=example.com/how-to-automatically-input-a-form-using-a-link/&xxx=How%20to%20Automatically%20Input%20a%20Form%20Using%20a%20Link
when I click on the link above, I go to their form and the post title and post link are automatically filled.
Can anyone help? I am very bad in this field.
Sample Posts:
Post Title: How to automatically input a form using a link
Link: example.com/how-to-automatically-input-a-form-using-a-link
Example form:
HTML:
<form>
Post Title:
<input type="text">
Troubled Links:
<input type ="url"name="subject">
Your email:
<input type="email" name="_ replyto">
Your message:
<input type="text" name="message">
</form>
I saw in some forums they use a link that contains the link of their post and the title of their post, like this:
example.com/?xxx=example.com/how-to-automatically-input-a-form-using-a-link/&xxx=How%20to%20Automatically%20Input%20a%20Form%20Using%20a%20Link
when I click on the link above, I go to their form and the post title and post link are automatically filled.