I would like to have a little note in the contact us page where it states if the form isn't working, to go t the forums, and link to the forums.
I asked my boyfriend codemonkey how to do this, and he told me to just write it in html under the form.
So I plugged that in under the ?> and it didn't show up.
Suggestions?
eFiction:3.5.1
Latest Patche(s):Yes
bridged?:No
modified?:Yes.
PHP:2.11.9.4
MySQL:5.0.32
Plug it in before the ?>.
After line 59 and before the } try adding
$output .= "If the form doesn't work, please use the <a href="" http://www.forums.com">forums</a>." ;"
Sorry, I can't help you more than that as I'm not a coder.
Whoever said nothing is impossible never tried slamming a revolving door.
url: https://www.potionsandsnitches.org/fanfiction
php: 7.4.33 msql: 5.6.51-community GPL
efic version: 3.5.5 latest patches: yes
bridges: none mods: challenges, tracker, story end, beta, word
Ahh.
Thank you!
eFiction:3.5.1
Latest Patche(s):Yes
bridged?:No
modified?:Yes.
PHP:2.11.9.4
MySQL:5.0.32
You might also try editing the error message in the language files (languages/en.php) to tell people to go to the forums.
Yeah, that's a better idea actually. XD I looked at the contact form itself and didn't see any text so I didn't think of that. Thanks Tammy!
Whoever said nothing is impossible never tried slamming a revolving door.
url: https://www.potionsandsnitches.org/fanfiction
php: 7.4.33 msql: 5.6.51-community GPL
efic version: 3.5.5 latest patches: yes
bridges: none mods: challenges, tracker, story end, beta, word
