I know it’s a wordpress site, the heading of it looks as follows.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
What I am trying to do is take this web page that is already made up, and transfer it to my site. In doing thise I have to take away every link and thing that sends the person back to the original site, and the inquiry button needs to send the message to my email, and not the email on the WP site. So the coding goes as following, for the WP inquiry. I know this is the whole form, but I’m not sure where it is at. I think the button at the bottum sends it, but I’m not sure where too.
Try looking for a form plugin and then creating your own inquiry form. Not only can you not take a generated page from 1 WP site and drop it into another but what you’re suggesting is, quite honestly, unethical.
(@scoob_the_goob)
15 years ago
I know it’s a wordpress site, the heading of it looks as follows.
What I am trying to do is take this web page that is already made up, and transfer it to my site. In doing thise I have to take away every link and thing that sends the person back to the original site, and the inquiry button needs to send the message to my email, and not the email on the WP site. So the coding goes as following, for the WP inquiry. I know this is the whole form, but I’m not sure where it is at. I think the button at the bottum sends it, but I’m not sure where too.
[Code moderated as per the Forum Rules. Please use the pastebin]