/    Sign up×
Community /Pin to ProfileBookmark

Hello,

I have a form that was re-routed because the project manager was getting alot of “colorful” spam. And my issue now is that I need to reinstate the form and everything is working but it is just not going through to the project managers email once the Submit button is clicked. Can anyone point me in the right direction as to why my form is not submitting. It is suppose to send the information that is being entered to an email address.

Thank you
ywasserman

to post a comment
JavaScript

2 Comments(s)

Copy linkTweet thisAlerts:
@KorMay 22.2008 — It depends on the code. Is there a javascript submit? On the other hand it could be a server-side problem. We need to see the code.
Copy linkTweet thisAlerts:
@ywassermanauthorMay 22.2008 — It is Javascript.

here is the code that was turned off and there was a note in the file that this need to be turned back on so to speak. ( which I did) this is the code for that

<input type="submit" value="Submit" name="Submit">

The next thing I figured was that the function to actually submit the for was missing so I put in this code

<SCRIPT>

function submitform()

{

document.SDC08.submit();

}

</script>

Then there is an odd line in the code that refers to the spam topic and this is the code for it <cfset session.spamkey = "secretvalue">

is this line the one that needs to be reworked? is my function not working because it is set to "secretvalue"?

Thanks for your help!
×

Success!

Help @ywasserman spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.18,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...