D
D
Dmitry2019-08-11 01:26:13
Wget
Dmitry, 2019-08-11 01:26:13

How to copy website via wget including contact forms?

Hello! I'm trying to copy the landing page, it has feedback forms, but they are not copied, how can I copy them?
5d4f447eca65f813883398.png
The style is not copied yet, he just writes the path to them on the doner's website, how can I make him copy everything completely?
I use this command
wget --page-requisites -r -l 10 --no-check-certificate website

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Artem Olegov, 2020-03-20
@artemolegov

First of all, check the action parameter, it basically contains a link to the file where the data from the form is sent. Perhaps you just need to replace the link to your file.
Next, check if the form has an onsubmit parameter, it is responsible for triggering the event before submitting the form. Maybe it is there that the function blocking the sending is indicated.
In addition, your form may interact with some kind of script. To do this, you need to find this script and disable it. You can read more about this in the article about copying a site with feedback forms . There are examples and in general it is quite clear how to set up a form on the site.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question