We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c9492 commit 9d60c73Copy full SHA for 9d60c73
app/templates/dashboard.html
@@ -29,7 +29,7 @@ <h3>Create New Forwarder</h3>
29
<select id="destination" name="destination" required>
30
<option value="">Loading email accounts...</option>
31
</select>
32
- <input type="text" id="customDestination" name="customDestination"
+ <input type="text" id="custom-destination" name="custom-destination"
33
placeholder=""Enter email address or special destination (e.g., :blackhole:)""
34
style="display: none; margin-top: 0.5rem;">
35
</div>
0 commit comments