How do I create a "report broken link" button?
-
I have videos on my site and sometimes they are getting blocked or doesn’t work for some reason.
Do you know of a plugin that creates a button/report like this?Do you think I can do something like this but with wordpress hook to catch the url of current page?
<form action="reportbrokenlink.php" method="post"> <input type="hidden" name="page" value="<?=$pageurl?>"> <input type="radio" name="problem" value="wrong">Wrong Link <input type="radio" name="problem" value="broken">Broken Link <input type="radio" name="problem" value="video">Video Broken <input type="submit" name="submit" value="Report Problem"> </form>
Thanks
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘How do I create a "report broken link" button?’ is closed to new replies.