Is what appears at the top of the page when I try to send an email to member . It does not send .
Why is this ? I need to fix it .
The answer given to what ?
Last edited by azwiz on April 17th 2023, 1:50 am; edited 1 time in total
Razor12345 likes this post
azwiz wrote:What is
Custom "anti-spam" question : ?
How do I get rid of it . Or how do I make it answer correctly ?
Jucarese likes this post
Same as last night . I customized the Q & A . That didn't work . Then I restored it back to the original Q & A . Still cannot send email .Razor12345 wrote:azwiz wrote:What is
Custom "anti-spam" question : ?
How do I get rid of it . Or how do I make it answer correctly ?
Good evening!
You can read more about it in this topic
skouliki and TonnyKamper like this post
Okay . Now I've tried that . Logged out . Cleared my browser . Restarted/rebooted . Tried a couple different emails . Still " The answer given is incorrect ".Ape wrote:If you are having problems my advice is to change the setting @Razor12345 has gave then log out of your account clear your browser then try again.
Regards.
Ape
|
|
<!-- BEGIN switch_custom_question -->
<dl>
<dt><label for="custom_question">{L_CUSTOM_QUESTION}<span class="obligatory">*</span> :</label></dt>
<dd><input type="text" name="custom_question" id="custom_question" class="inputbox"/></dd>
</dl>
<!-- END switch_custom_question -->
TonnyKamper and Razor12345 like this post
<!-- BEGIN switch_user_logged_in --><p class="right rightside">{LAST_VISIT_DATE}</p><!-- END switch_user_logged_in -->
<p>{CURRENT_TIME}</p>
<form action="{S_POST_ACTION}" method="post" name="post" onsubmit="return checkForm(this)">
{ERROR_BOX}
<h1 class="page-title">{L_SEND_EMAIL_MSG}</h1>
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<fieldset class="fields2">
<dl>
<dt><label>{L_RECIPIENT}</label></dt>
<dd><input type="text" name="friendname" value="{USERNAME}" class="inputbox narrow" /></dd>
</dl>
<!-- BEGIN switch_tell_friend -->
<dl>
<dt><label>{L_TELL_FRIEND_RECIEVER_EMAIL}</label></dt>
<dd><input type="text" name="friendemail" value="" class="inputbox narrow" /></dd>
</dl>
<!-- END switch_tell_friend -->
<dl>
<dt><label>{L_SUBJECT}</label></dt>
<dd><input class="inputbox narrow" type="text" name="subject" value="{SUBJECT}" maxlength="100" /></dd>
</dl>
<dl>
<dt>
<label>{L_MESSAGE_BODY}</label><br />
<span class="italic">{L_MESSAGE_BODY_DESC}</span>
</dt>
<dd>
<textarea class="inputbox" name="message" rows="25" cols="40" tabindex="3">{MESSAGE}</textarea>
<!-- BEGIN switch_tell_friend -->
<input type="text" class="inputbox" value="{MAIL_LINK}" disabled="disabled" />
<!-- END switch_tell_friend -->
</dd>
</dl>
<dl>
<dt> </dt>
<dd><label><input type="checkbox" name="cc_email" value="1" checked="checked" />{L_CC_EMAIL}</label></dd>
</dl>
<!-- BEGIN switch_custom_question -->
<dl>
<dt><label for="custom_question">{L_CUSTOM_QUESTION}<span class="obligatory">*</span> :</label></dt>
<dd><input type="text" name="custom_question" id="custom_question" class="inputbox"/></dd>
</dl>
<!-- END switch_custom_question -->
</fieldset>
<span class="corners-bottom"><span></span></span></div>
</div>
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<fieldset class="submit-buttons">
{S_HIDDEN_FIELDS}
<input class="button1" type="submit" name="submit" value="{L_SEND_EMAIL}" />
</fieldset>
<span class="corners-bottom"><span></span></span></div>
</div>
</form>
Did you save the changes and publish the template?azwiz wrote:Thanks . But that didn't work .
Razor12345 wrote: @tikky is right, you have some kind of incorrect template change in which the line of code responsible for the special question has been removed.
Here is your forum code:
You have 4 dl tags, the last one is responsible for the phrase 'Send a copy of this e-mail to yourself'
Here is a screenshot of the e-mail sending page with the standard template profile_send_email
There are 5 dl tags, the last one is responsible for displaying the answer field for the special question.
I suggest you delete the template completely so that it becomes the default template.
<!-- BEGIN switch_user_logged_in --><p class="right rightside">{LAST_VISIT_DATE}</p><!-- END switch_user_logged_in -->
<p>{CURRENT_TIME}</p>
<form action="{S_POST_ACTION}" method="post" name="post" onsubmit="return checkForm(this)">
{ERROR_BOX}
<h1 class="page-title">{L_SEND_EMAIL_MSG}</h1>
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<fieldset class="fields2">
<!-- BEGIN switch_profile_email -->
<dl>
<dt><label>{L_RECIPIENT}</label></dt>
<dd><input type="text" name="friendname" value="{USERNAME}" class="inputbox narrow" /></dd>
</dl>
<!-- END switch_profile_email -->
<!-- BEGIN switch_ad_email -->
<dl>
<dt><label>{switch_ad_email.L_YOUR_EMAIL}</label></dt>
<dd><input type="text" name="email" value="{switch_ad_email.V_YOUR_EMAIL}" {switch_ad_email.DISABLE_YOUR_EMAIL} class="inputbox narrow" /></dd>
</dl>
<dl>
<dt><label>{switch_ad_email.L_YOUR_NAME}</label></dt>
<dd><input type="text" name="username" value="{switch_ad_email.V_YOUR_NAME}" {switch_ad_email.DISABLE_YOUR_NAME} class="inputbox narrow" /></dd>
</dl>
<!-- END switch_ad_email -->
<!-- BEGIN switch_tell_friend -->
<dl>
<dt><label>{L_TELL_FRIEND_RECIEVER_EMAIL}</label></dt>
<dd><input type="text" name="friendemail" value="" class="inputbox narrow" /></dd>
</dl>
<!-- END switch_tell_friend -->
<dl>
<dt><label>{L_SUBJECT}</label></dt>
<dd><input class="inputbox narrow" type="text" name="subject" value="{SUBJECT}" {SUBJECT_READ_ONLY} maxlength="100" /></dd>
</dl>
<dl>
<dt>
<label>{L_MESSAGE_BODY}</label><br />
<span class="italic">{L_MESSAGE_BODY_DESC}</span>
</dt>
<dd>
<textarea class="inputbox" name="message" rows="25" cols="40" tabindex="3">{MESSAGE}</textarea>
<!-- BEGIN switch_tell_friend -->
<input type="text" class="inputbox" value="{MAIL_LINK}" disabled="disabled" />
<!-- END switch_tell_friend -->
</dd>
</dl>
<!-- BEGIN switch_cc_email -->
<dl>
<dt> </dt>
<dd><label><input type="checkbox" name="cc_email" value="1" checked="checked" />{L_CC_EMAIL}</label></dd>
</dl>
<!-- END switch_cc_email -->
<!-- BEGIN switch_custom_question -->
<dl>
<dt><label for="custom_question">{L_CUSTOM_QUESTION}<span class="obligatory">*</span> :</label></dt>
<dd><input type="text" name="custom_question" id="custom_question" class="inputbox"/></dd>
</dl>
<!-- END switch_custom_question -->
</fieldset>
<span class="corners-bottom"><span></span></span></div>
</div>
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<fieldset class="submit-buttons">
{S_HIDDEN_FIELDS}
<input class="button1" type="submit" name="submit" value="{L_SEND_EMAIL}" />
</fieldset>
<span class="corners-bottom"><span></span></span></div>
</div>
</form>
SLGray wrote:There should be an icon to click for publishing the modified template after clicking the save button.
A reminder:Â When posting codes, please use the code tags.
azwiz wrote:SLGray wrote:There should be an icon to click for publishing the modified template after clicking the save button.
A reminder:Â When posting codes, please use the code tags.
No publishing icon in my version . I already said that .
I wouldn't have a clue how to write code tags . Sorry .
BTW . It has been 6 years since I sent an email . The email function worked fine back then . In the interim I have not even looked at the templates or had any reason to .
A couple days ago I tried to send an email to a user . I got this " The answer given is incorrect ".
Since then , that hasn't changed . But Now when I try to send one to myself . I get this screen ( below ). That started after I entered the code provided above . And continues even after I "Force the default templates".
That is new . I haven't sent 1 email yet .
I get this screen if I try to send an email to anyone else besides myself .
Thank you .
tikky likes this post
tikky likes this post
TonnyKamper likes this post