# 404-solution/trunk/includes/html/toolsImportFormRed.html

404 Solution, version trunk. 16 lines.

- Page: https://pluginprobe.com/plugins/404-solution/trunk/code/includes/html/toolsImportFormRed.html
- Raw: https://pluginprobe.com/plugins/404-solution/trunk/raw/includes/html/toolsImportFormRed.html
- Modified: 2019-04-24T12:59:34+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/404-solution/trunk/code/includes/html/toolsImportFormRed.html#L10-L20`.

```html
<form method="POST" name="tools-import" action="{toolsImportFormActionLink}">
    <input type="hidden" name="action" value="importRedirects">
    <p>
        <BR/><strong>{404 Redirected}</strong>
    </p>
    {This cannot be undone. All redirects for URLs that do not already exist will be imported.}
    <BR/>
    <BR/>
    <input type="checkbox" id="sanity_404redirected" name="sanity_404redirected" value="1">
    <label for="sanity_404redirected">{I understand the above statement.}</label>
    <BR/>
    <BR/>
    <input type="submit" value="{Import 404 Redirected Data}" class="button-secondary">
    <p></p>
</form><!-- end tools-import -->

```
