It looks like Robert you make "Forms" your default service after you had exported your form. This changes the URL. You need to delete all your form files on your serve, use the Automated Export feature again and then copy the new markup.
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
Too tired to continue. I'll work on it tomorrow. Oh, by the way. I saw some Spanish .es IP addresses accessing the form. Was that you?
Robert wrote:
Too tired to continue. I'll work on it tomorrow. Oh, by the way. I saw some Spanish .es IP addresses accessing the form. Was that you?
Too tired to continue. I'll work on it tomorrow. Oh, by the way. I saw some Spanish .es IP addresses accessing the form. Was that you?
Don't think so. We are here in Atlanta.
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
O.k. -
I deleted the form from my S-Drive. Then I re-exported the form data using web form builder. I copy/pasted the <head> and <body> data into the survey.html page on my 'southeastaurora-neighborhoodwatch.org' web space. I uploaded the new data from the 'seanw_webform_exported' folder to my 'southeastaurora-neighborhoodwatch.org' web space. The seanw_webform folder and the survey.html are both in the same folder on my server.
The form appears at: <http://www.southeastaurora-neighborhoodwatch.org/survey.html> and everything looks good. After I enter some data into each field, and check a couple boxes, I successfully authenticate with the 'recaptcha' key... (it works). When I press 'Submit' I get the following error message:
"Not Found
The requested URL /seanw_webform/confirm.htmlseanw_webform/confirm.html was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."
I looked inside the 'seanw_webform' folder on my 'southeastaurora-neighborhoodwatch.org' web server/directory, and found a 'confirm.html' page. I displayed that page in a browser, and it contained the results of the form that I just submitted...
The script is generating the results data, and pushing it out to the confirm.html page, but it's not displaying the 'confirm.html' page.
So... That didn't work.
I tried taking the contents of the 'seanw_webform' folder out of the folder, and putting them in the same directory level as my 'survey.html' web page.
That didn't work either. Got this error:
"Not Found
The requested URL /seanw_webform/confirm.htmlseanw_webform/confirm.html was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."
O.k. I'll try using the 'seanw_webform.html' webpage instead of the 'survey.html' web page that I created.
That didn't work either...
What the heck. This is far from easy.
What am I doing wrong? I've removed all the form data and pages from my 'southeastaurora-neighborhoodwatch.org' website. Could you help me get this thing working?
FYI: The forum wouldn't let me upload/attach the file to my post (it's 239kb / limit is 100kb), so I'm uploading it to my DropBox: https://www.dropbox.com/s/nbp9flrpzgxjr … webform.fb
- Robert
I deleted the form from my S-Drive. Then I re-exported the form data using web form builder. I copy/pasted the <head> and <body> data into the survey.html page on my 'southeastaurora-neighborhoodwatch.org' web space. I uploaded the new data from the 'seanw_webform_exported' folder to my 'southeastaurora-neighborhoodwatch.org' web space. The seanw_webform folder and the survey.html are both in the same folder on my server.
The form appears at: <http://www.southeastaurora-neighborhoodwatch.org/survey.html> and everything looks good. After I enter some data into each field, and check a couple boxes, I successfully authenticate with the 'recaptcha' key... (it works). When I press 'Submit' I get the following error message:
"Not Found
The requested URL /seanw_webform/confirm.htmlseanw_webform/confirm.html was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."
I looked inside the 'seanw_webform' folder on my 'southeastaurora-neighborhoodwatch.org' web server/directory, and found a 'confirm.html' page. I displayed that page in a browser, and it contained the results of the form that I just submitted...
The script is generating the results data, and pushing it out to the confirm.html page, but it's not displaying the 'confirm.html' page.
So... That didn't work.
I tried taking the contents of the 'seanw_webform' folder out of the folder, and putting them in the same directory level as my 'survey.html' web page.
That didn't work either. Got this error:
"Not Found
The requested URL /seanw_webform/confirm.htmlseanw_webform/confirm.html was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."
O.k. I'll try using the 'seanw_webform.html' webpage instead of the 'survey.html' web page that I created.
That didn't work either...
What the heck. This is far from easy.
What am I doing wrong? I've removed all the form data and pages from my 'southeastaurora-neighborhoodwatch.org' website. Could you help me get this thing working?
FYI: The forum wouldn't let me upload/attach the file to my post (it's 239kb / limit is 100kb), so I'm uploading it to my DropBox: https://www.dropbox.com/s/nbp9flrpzgxjr … webform.fb
- Robert
I don't see it.
http://www.southeastaurora-neighborhood … urvey.html
http://www.southeastaurora-neighborhood … urvey.html
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
You are not uploading the files correctly to your server. Please see http://hotsync.net/ as an example.
You need to upload the seanw_webform folder to your server. Then outside of that folder (not inside of it), create a page that has both sets of the markup. Look at the attached file for how the markup needs to appear. You are getting the error because the HTML file you created is inside of the seanw_webform folder. It needs to be up one level.
You need to upload the seanw_webform folder to your server. Then outside of that folder (not inside of it), create a page that has both sets of the markup. Look at the attached file for how the markup needs to appear. You are getting the error because the HTML file you created is inside of the seanw_webform folder. It needs to be up one level.
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
Scott/Rolly -
You couldn't see my 'survey.html' because I had removed it from my server (as I stated in my previous message).
I did upload the seanw_webform folder to my server. At the moment, it's in the same directory as my 'survey.html' web page. I did edit the 'survey.html' webpage so that it contains both sets of data <head> and <body> from the pop-up that appears after I run the export function.
When I display the 'survey.html' form, it looks perfect. I can see the form, and embedded image and the google recaptcha works properly. I enter data into the form, authenticate with the captcha and press submit. After I press 'submit', I get an error:
"Not Found
The requested URL /seanw_webform/confirm.htmlseanw_webform/confirm.html was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."
This error message references a URL "/seanw_webform/confirm.htmlseanw_webform/confirm.html" If it's looking for "/seanw_webform/confirm.htmlseanw_webform/confirm.html" it will never find it. This is a malformed URL reference. I can't seem to find the URL reference in my 'survey.html' so I can't manually edit it to make it: "/seanw_webform/confirm.html"
There is a 'confirm.html' in the seanw_webform folder. Path: "/seanw_webform/confirm.html" but it's currently blank.
The form is also available on my S-Drive, but that one doesn't work correctly either. It displays the form properly, but when I click submit, it displays another copy (with broken links) of the web form as the confirm page: http://seanw.coffeecup.com/seanw_webfor … firm.html.
I checked the settings in fb-lite 'Actions->Settings...' Under 'Form Publishing' it says 'Choose where you would like to publish your form' in the box is a url: "http://seanw.coffeecup.com/" When I click "Manage", I'm redirected to the S-Drive 'plans' page: https://www.coffeecup.com/sdrive/plans/ I don't see a way to change this URL to my server. Do I need to? 'Email notifications' are configured with a valid To: and From: address, but it's not working at the moment (it was earlier), but I'm not too concerned about that right now. 'Confirm Options' O.k. this may be helpful. I don't know why it hasn't saved my settings (on this tab), but the settings look wrong.
I'm going to correct the 'Confirm Options' and try again.
I updated the 'Confirm Options' (for 'Redirect to custom HTML page'), saved the form, exported the data. Pasted the <head> and <body> data into my custom 'survey.html' page. The 'seanw_webform' folder is now in the same directory as the 'survey.html' page. Uploaded/sync'd my server to upload the revised data (Using Transmit application to ftp the data).
Testing http://www.southeastaurora-neighborhood … urvey.html
Everything looks good.
I enter data, authenticate, and press submit.
No error message this time, but I'm redirected to: "http://seanw.coffeecup.com/seanw_webform/seanw_webform/confirm.html" and I see a copy of my web form, minus the graphic, and everything is aligned left instead of centered.
I'm going to try one more time. I'm going to remove the files from the 'seanw_webform' folder and put it's contents in the same directory path as my 'survey.html' file...
...syncing local files to server...
...testing...
O.k. That can't be right, the web form isn't displaying the image, and the form is aligned left instead of centered (not sure why it's doing that). Since it can't find the image, it's probably looking for the data inside the 'seanw_webform' folder. I'm going to put the data back inside the 'seanw_webform' folder and call it a night.
I'm going to leave my 'survey.html' page (and the 'seanw_folder') uploaded to my server. FYI: You can browse/view contents of the 'seanw_folder' on my server: http://southeastaurora-neighborhoodwatc … w_webform/ (I've also updated the version of my saved 'seanw_webform.fb' and uploaded it to my DropBox, if you'd like to take a look at it: https://www.dropbox.com/s/nbp9flrpzgxjr … webform.fb
I hope you can continue to help me. I believe I've done everything you've asked, but I can't seem to get this to work. Could you please look at my files again? I'm still not sure about some things... The malformed 'confirm.html' URL, the settings for publication, and how the S-Drive plays into this.
- Robert
You couldn't see my 'survey.html' because I had removed it from my server (as I stated in my previous message).
I did upload the seanw_webform folder to my server. At the moment, it's in the same directory as my 'survey.html' web page. I did edit the 'survey.html' webpage so that it contains both sets of data <head> and <body> from the pop-up that appears after I run the export function.
When I display the 'survey.html' form, it looks perfect. I can see the form, and embedded image and the google recaptcha works properly. I enter data into the form, authenticate with the captcha and press submit. After I press 'submit', I get an error:
"Not Found
The requested URL /seanw_webform/confirm.htmlseanw_webform/confirm.html was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."
This error message references a URL "/seanw_webform/confirm.htmlseanw_webform/confirm.html" If it's looking for "/seanw_webform/confirm.htmlseanw_webform/confirm.html" it will never find it. This is a malformed URL reference. I can't seem to find the URL reference in my 'survey.html' so I can't manually edit it to make it: "/seanw_webform/confirm.html"
There is a 'confirm.html' in the seanw_webform folder. Path: "/seanw_webform/confirm.html" but it's currently blank.
The form is also available on my S-Drive, but that one doesn't work correctly either. It displays the form properly, but when I click submit, it displays another copy (with broken links) of the web form as the confirm page: http://seanw.coffeecup.com/seanw_webfor … firm.html.
I checked the settings in fb-lite 'Actions->Settings...' Under 'Form Publishing' it says 'Choose where you would like to publish your form' in the box is a url: "http://seanw.coffeecup.com/" When I click "Manage", I'm redirected to the S-Drive 'plans' page: https://www.coffeecup.com/sdrive/plans/ I don't see a way to change this URL to my server. Do I need to? 'Email notifications' are configured with a valid To: and From: address, but it's not working at the moment (it was earlier), but I'm not too concerned about that right now. 'Confirm Options' O.k. this may be helpful. I don't know why it hasn't saved my settings (on this tab), but the settings look wrong.
I'm going to correct the 'Confirm Options' and try again.
I updated the 'Confirm Options' (for 'Redirect to custom HTML page'), saved the form, exported the data. Pasted the <head> and <body> data into my custom 'survey.html' page. The 'seanw_webform' folder is now in the same directory as the 'survey.html' page. Uploaded/sync'd my server to upload the revised data (Using Transmit application to ftp the data).
Testing http://www.southeastaurora-neighborhood … urvey.html
Everything looks good.
I enter data, authenticate, and press submit.
No error message this time, but I'm redirected to: "http://seanw.coffeecup.com/seanw_webform/seanw_webform/confirm.html" and I see a copy of my web form, minus the graphic, and everything is aligned left instead of centered.
I'm going to try one more time. I'm going to remove the files from the 'seanw_webform' folder and put it's contents in the same directory path as my 'survey.html' file...
...syncing local files to server...
...testing...
O.k. That can't be right, the web form isn't displaying the image, and the form is aligned left instead of centered (not sure why it's doing that). Since it can't find the image, it's probably looking for the data inside the 'seanw_webform' folder. I'm going to put the data back inside the 'seanw_webform' folder and call it a night.
I'm going to leave my 'survey.html' page (and the 'seanw_folder') uploaded to my server. FYI: You can browse/view contents of the 'seanw_folder' on my server: http://southeastaurora-neighborhoodwatc … w_webform/ (I've also updated the version of my saved 'seanw_webform.fb' and uploaded it to my DropBox, if you'd like to take a look at it: https://www.dropbox.com/s/nbp9flrpzgxjr … webform.fb
I hope you can continue to help me. I believe I've done everything you've asked, but I can't seem to get this to work. Could you please look at my files again? I'm still not sure about some things... The malformed 'confirm.html' URL, the settings for publication, and how the S-Drive plays into this.
- Robert
The issue as far as I can see Robert is still the same. You have your form here at http://southeastaurora-neighborhoodwatc … w_webform/ You need to make an HTML page here at http://southeastaurora-neighborhoodwatch.org/ that contains the header and footer markup. Follow the exact markup like I posted in that file and put the file in the proper location on your server (not in the form folder).
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
I have attached a screen capture of my form. If you view the URL shown in the browsers URL bar, it appears to be located at: 'http://www.southeastaurora-neighborhoodwatch.org/survey.html'
the 'survey.html' web page contains the following code:
<!DOCTYPE HTML>
<head><!-- Start of the headers for CoffeeCup Web Form Builder -->
<script type="text/javascript" src="seanw_webform/common/js/form_init.js" data-name="seanw_webform/" id="form_init_script"></script>
<link rel="stylesheet" type="text/css" href="seanw_webform/theme/default/css/default.css" id="theme" />
<!-- End of the headers for CoffeeCup Web Form Builder -->
</head>
<body>
<!-- Start of the body content for CoffeeCup Web Form Builder -->
<form id="docContainer" enctype="multipart/form-data" method="POST" action="http://seanw.coffeecup.com/seanw_webform/"
novalidate="novalidate" class="fb-toplabel fb-100-item-column fb-large selected-object"
style="border-top-color: rgb(8, 8, 161); border-right-color: rgb(8, 8, 161); border-bottom-color: rgb(8, 8, 161); border-left-color: rgb(8, 8, 161); width: 900px; background-color: rgb(242, 242, 242); border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px; "
data-form="automated">
<div id="fb-form-header1" class="fb-form-header" style="min-height: 20px; ">
<a id="fb-link-logo1" class="fb-link-logo" href="" target="_blank"><img alt="Alternative text" title="Alternative text" id="fb-logo1" class="fb-logo" src="seanw_webform/common/images/image_default.png" style="display:none"/></a>
</div>
<div id="section1" class="section fb-100-item-column">
<div id="column1" class="column ui-sortable">
<div style="display:none; min-height:3836px;" id="fb_confirm_inline">
</div>
<div style="display:none;" id="fb_error_report">
</div>
<div id="item1" class="fb-item fb-100-item-column">
<div class="fb-header fb-item-alignment-center">
<h2 style="display: inline; color: rgb(240, 31, 31); font-size: 28px; ">
Neighborhood Watch and YOU!
</h2>
</div>
</div>
<div id="item10" class="fb-item fb-100-item-column" style="padding-left: 4px; opacity: 1; padding-bottom: 0px; ">
<div class="fb-static-text">
<p style="color: rgb(5, 5, 5); font-size: 15px; ">
Greetings to all the residents of South East Aurora. Our Neighborhood
Watch would like to thank you for helping to make our communities in South
Aurora a safer place to live and work. Without your efforts and interests,
we couldn't have built such a strong network of neighbors helping neighbors.
<BR>
<BR>
The South East Aurora Neighborhood Watch has been active since 2007 and
we're still going strong. We've been doing our best to help ensure
that our community remains safe and secure in these uncertain times. Neighborhood
Watch is a group of citizens with the goal of taking an active roll in
making their community healthy and crime-free by working with law enforcement
and other city resources. By building a problem-solving network that encourages
citizens to form a bond to maintain their neighborhoods, both as a deterrent
to crime and a way to make the neighborhood a good place to live, residents
solve their own problems. This is the basis of a strong community-policing
program. A Neighborhood Watch program is built through neighbors who identify
community concerns and criminal activity and who work toward improving
the quality of life in the community.
</p>
</div>
</div>
<div id="item52" style="width: 760px; height: 533px; padding-bottom: 4px; padding-top: 4px; "
class="fb-item">
<a class="fb-image" href="http://www.southeastaurora-neighborhoodwatch.org/Welcome.html"
target="_blank"><img id="item52_img_0" alt="South East Aurora Neighborhood Watch" title="South East Aurora Neighborhood Watch" class="" src="seanw_webform/common/images/thingswedo_2.png"/></a>
</div>
<div id="item17" class="fb-item" style="opacity: 1; ">
<div class="fb-sectionbreak">
<hr style="border-top-width: 1px; border-top-style: solid; ">
</div>
</div>
<div id="item15" class="fb-item fb-100-item-column" style="padding-bottom: 4px; padding-top: 4px; ">
<div class="fb-static-text">
<p style="color: rgb(40, 12, 245); font-weight: bold; ">
Our Neighborhood Watch needs your help. We need an informed, concerned
and involved community in order to keep our communities safe and secure.
We need your help with a short survey :-)
</p>
</div>
</div>
<div id="item16" class="fb-item fb-100-item-column" style="padding-top: 4px; padding-bottom: 4px; ">
<div class="fb-static-text">
<p style="color: rgb(92, 48, 173); font-weight: bold; ">
Please help us by providing some answers and feedback to a few short questions
that will help us improve our Neighborhood Watch.
<BR>
</p>
</div>
</div>
<div id="item6" class="fb-item" style="opacity: 1; ">
<div class="fb-sectionbreak">
<hr style="border-top-width: 1px; border-top-style: solid; ">
</div>
</div>
<div id="item22" class="fb-item fb-100-item-column" style="padding-top: 4px; padding-bottom: 0px; ">
<div class="fb-static-text">
<p style="color: rgb(0, 0, 0); ">
Q1: Our Neighborhood Watch is planning to hold public meetings four times
this year. How many meetings a year would you be willing/able to attend?
</p>
</div>
</div>
<div id="item24" class="fb-item fb-100-item-column" style="padding-top: 0px; ">
<div class="fb-grouplabel">
<label id="item24_label_0" style="display: inline; font-weight: normal; ">
A1: Your response/answer here:
</label>
</div>
<div class="fb-textarea">
<textarea style="resize: none; height: 70px; width: 735px; " id="item24_textarea_1"
maxlength="10000" placeholder="" data-hint="" name="textarea24"></textarea>
</div>
</div>
<div id="item25" class="fb-item fb-100-item-column" style="padding-top: 15px; padding-bottom: 0px; ">
<div class="fb-static-text">
<p style="color: rgb(0, 0, 0); ">
Q2: If you would attend a Neighborhood Watch meeting, where and what times
would be best for you?
</p>
</div>
</div>
<div id="item26" class="fb-item fb-100-item-column" style="padding-top: 0px; ">
<div class="fb-grouplabel">
<label id="item26_label_0" style="font-weight: normal; display: inline; ">
A2: Your response/answer here:
</label>
</div>
<div class="fb-textarea">
<textarea style="resize: none; height: 70px; width: 735px; " id="item26_textarea_1"
maxlength="10000" placeholder="" data-hint="" name="textarea26"></textarea>
</div>
</div>
<div id="item27" class="fb-item fb-100-item-column" style="padding-top: 15px; padding-bottom: 0px; ">
<div class="fb-static-text">
<p style="color: rgb(0, 0, 0); ">
Q3: If you would attend a Neighborhood Watch meeting, what presentations,
speakers and information would you like to hear? (examples: Crimes in our
area, wildlife in Aurora, home security; perhaps you can suggest some others?).
</p>
</div>
</div>
<div id="item28" class="fb-item fb-100-item-column" style="padding-top: 0px; ">
<div class="fb-grouplabel">
<label id="item28_label_0" style="font-weight: normal; display: inline; ">
A3: Your response/answer here:
</label>
</div>
<div class="fb-textarea">
<textarea style="resize: none; height: 70px; width: 735px; " id="item28_textarea_1"
maxlength="10000" placeholder="" data-hint="" name="textarea28"></textarea>
</div>
</div>
<div id="item29" class="fb-item fb-100-item-column" style="opacity: 1; padding-top: 15px; padding-bottom: 0px; ">
<div class="fb-static-text">
<p style="color: rgb(0, 0, 0); ">
Q4: How would you like to be informed about Neighborhood Watch information,
activities and events? (examples: email mailing list, HOA newsletters,
flyers distributed door to door; perhaps you can suggest other ways to
spread the word?)
</p>
</div>
</div>
<div id="item30" class="fb-item fb-100-item-column" style="padding-top: 0px; ">
<div class="fb-grouplabel">
<label id="item30_label_0" style="font-weight: normal; display: inline; ">
A4: Your response/answer here:
</label>
</div>
<div class="fb-textarea">
<textarea style="resize: none; height: 70px; width: 735px; " id="item30_textarea_1"
maxlength="10000" placeholder="" data-hint="" name="textarea30"></textarea>
</div>
</div>
<div id="item31" class="fb-item fb-100-item-column" style="padding-top: 15px; padding-bottom: 0px; ">
<div class="fb-static-text">
<p style="color: rgb(0, 0, 0); ">
Q5: If you were willing to help our neighborhood watch by volunteering
some of your time, how much time (per year) would you be willing to spare?
</p>
</div>
</div>
<div id="item32" class="fb-item fb-100-item-column" style="padding-top: 0px; ">
<div class="fb-grouplabel">
<label id="item32_label_0" style="font-weight: normal; display: inline; ">
A5: Your response/answer here:
</label>
</div>
<div class="fb-textarea">
<textarea style="resize: none; height: 70px; width: 735px; " id="item32_textarea_1"
maxlength="10000" placeholder="" data-hint="" name="textarea32"></textarea>
</div>
</div>
<div id="item33" class="fb-item fb-100-item-column" style="padding-top: 15px; padding-bottom: 0px; ">
<div class="fb-static-text">
<p style="color: rgb(0, 0, 0); ">
Q6: What sort/type of events/services would you like our Neighborhood
Watch to organize or provide?
</p>
</div>
</div>
<div id="item34" class="fb-item fb-100-item-column" style="padding-top: 0px; ">
<div class="fb-grouplabel">
<label id="item34_label_0" style="font-weight: normal; display: inline; ">
A6: Your response/answer here:
</label>
</div>
<div class="fb-textarea">
<textarea style="resize: none; height: 70px; width: 735px; " id="item34_textarea_1"
maxlength="10000" placeholder="" data-hint="" name="textarea34"></textarea>
</div>
</div>
<div id="item35" class="fb-item fb-100-item-column" style="padding-top: 15px; padding-bottom: 0px; ">
<div class="fb-static-text">
<p style="color: rgb(0, 0, 0); ">
Q7: Would you be willing to let your friends and neighbors (in the South
East Aurora area) know about our Neighborhood Watch?
</p>
</div>
</div>
<div id="item36" class="fb-item fb-100-item-column" style="padding-top: 0px; ">
<div class="fb-grouplabel">
<label id="item36_label_0" style="font-weight: normal; display: inline; ">
A7: Your response/answer here:
</label>
</div>
<div class="fb-textarea">
<textarea style="resize: none; height: 70px; width: 735px; " id="item36_textarea_1"
maxlength="10000" placeholder="" data-hint="" name="textarea36"></textarea>
</div>
</div>
<div id="item37" class="fb-item fb-100-item-column" style="padding-top: 15px; padding-bottom: 0px; ">
<div class="fb-static-text">
<p style="color: rgb(0, 0, 0); ">
Q8: Do you have any other community wide safety and security concerns
you'd like to discuss with the Neighborhood Watch?'
</p>
</div>
</div>
<div id="item42" class="fb-item fb-100-item-column" style="padding-top: 0px; ">
<div class="fb-grouplabel">
<label id="item42_label_0" style="font-weight: normal; display: inline; ">
A8: Your response/answer here:
</label>
</div>
<div class="fb-textarea">
<textarea style="resize: none; height: 70px; width: 735px; " id="item42_textarea_1"
maxlength="10000" placeholder="" data-hint="" name="textarea42"></textarea>
</div>
</div>
<div id="item39" class="fb-item fb-100-item-column" style="padding-top: 15px; padding-bottom: 0px; ">
<div class="fb-static-text">
<p style="color: rgb(0, 0, 0); ">
Q9: What would inspire or motivate you to join the Neighborhood Watch?
</p>
</div>
</div>
<div id="item43" class="fb-item fb-100-item-column" style="padding-top: 0px; ">
<div class="fb-grouplabel">
<label id="item43_label_0" style="font-weight: normal; display: inline; ">
A9: Your response/answer here:
</label>
</div>
<div class="fb-textarea">
<textarea style="resize: none; height: 70px; width: 735px; " id="item43_textarea_1"
maxlength="10000" placeholder="" data-hint="" name="textarea43"></textarea>
</div>
</div>
<div id="item40" class="fb-item fb-100-item-column" style="padding-top: 15px; padding-bottom: 0px; ">
<div class="fb-static-text">
<p style="color: rgb(0, 0, 0); ">
Q10: How much information would you need in order to decide whether you
would attend a Neighborhood Watch meeting?
</p>
</div>
</div>
<div id="item44" class="fb-item fb-100-item-column" style="padding-top: 0px; ">
<div class="fb-grouplabel">
<label id="item44_label_0" style="font-weight: normal; display: inline; ">
A10: Your response/answer here:
</label>
</div>
<div class="fb-textarea">
<textarea style="resize: none; height: 70px; width: 735px; " id="item44_textarea_1"
maxlength="10000" placeholder="" data-hint="" name="textarea44"></textarea>
</div>
</div>
<div id="item41" class="fb-item fb-100-item-column" style="padding-top: 15px; padding-bottom: 0px; ">
<div class="fb-static-text">
<p style="color: rgb(0, 0, 0); ">
Q11: Do you have any recommendations or suggestions for future speakers
or topics at our upcoming meetings?
</p>
</div>
</div>
<div id="item45" class="fb-item fb-100-item-column" style="padding-top: 0px; ">
<div class="fb-grouplabel">
<label id="item45_label_0" style="font-weight: normal; display: inline; ">
A11: Your response/answer here:
</label>
</div>
<div class="fb-textarea">
<textarea style="resize: none; height: 70px; width: 735px; " id="item45_textarea_1"
maxlength="10000" placeholder="" data-hint="" name="textarea45"></textarea>
</div>
</div>
<div id="item46" class="fb-item fb-100-item-column">
<div class="fb-static-text">
<p style="color: rgb(0, 0, 255); ">
Please forward your replies, recommendations, questions and concerns to
our Head Area Coordinator (by filling out the 'A#' boxes, authenticating
with the 'captcha' security device, and pressing the 'Submit'
button). Your responses and input are critical to our efforts, and we appreciate
your assistance in helping keep our communities safe and secure for our
families and friends.
</p>
</div>
</div>
<div id="item47" class="fb-item fb-100-item-column">
<div class="fb-static-text">
<p style="color: rgb(72, 7, 171); font-size: 14px; font-family: arial; ">
Sincerely;
<BR>
The South East Aurora Neighborhood Watch leadership and law enforcement
partners.
<BR>
<BR>
For more information please contact our Head Area Coordinator: Judy Van
Meter <a href="mailto:watchgroup@southeastaurora-neighborhoodwatch.org"><watchgroup@southeastaurora-neighborhoodwatch.org></a> or Area
26 Police Area Representative: Officer James Salazar <a href="mailto:jsalazar@auroragov.org"><jsalazar@auroragov.org></a>
<BR>
<BR>
Our area (Area 26 of the Aurora Police Department) represents many housing
developments in south-east Aurora. These areas include Tollgate Crossing,
Sorrel Ranch, Wheatlands, Beacon Point, Southshore, Tallyn’s Reach,
Serenity Ridge, Black Stone, Saddle Rock - North and Heritage Eagle Bend.
</p>
</div>
</div>
<div id="item48" class="fb-item fb-100-item-column">
<div class="fb-grouplabel">
<label id="item48_label_0" style="display: inline; ">
Please provide a reply email address
</label>
</div>
<div class="fb-input-box">
<input type="email" id="item48_email_1" maxlength="254" placeholder="youremailaddress@example.com"
autocomplete="off" data-hint="" name="email48" />
</div>
<div class="fb-grouplabel">
<label style="color: rgb(51, 51, 51); ">
Please confirm your address
</label>
</div>
<div class="fb-input-box">
<input type="email" id="item48_email_1_verification" maxlength="254" placeholder=""
autocomplete="off" data-hint="" name="email48_verification" />
</div>
</div>
<div id="item53" class="fb-item fb-100-item-column fb-two-column" style="opacity: 1; ">
<div class="fb-grouplabel">
<label id="item53_label_0" style="display: inline; ">
Neighborhood Watch
</label>
</div>
<div class="fb-checkbox">
<label id="item53_0_label">
<input type="checkbox" id="item53_0_checkbox" data-hint="" name="checkbox53[]"
value="Already a NW member" />
<span class="fb-fieldlabel" id="item53_0_span">
Already a NW member
</span>
</label>
<label id="item53_1_label">
<input type="checkbox" id="item53_1_checkbox" name="checkbox53[]" value="Interested in helping"
/>
<span class="fb-fieldlabel" id="item53_1_span">
Interested in helping
</span>
</label>
<label id="item53_2_label">
<input type="checkbox" name="checkbox53[]" id="item53_2_checkbox" value="Already on mailing list"
/>
<span class="fb-fieldlabel" id="item53_2_span">
Already on mailing list
</span>
</label>
<label id="item53_3_label">
<input type="checkbox" name="checkbox53[]" id="item53_3_checkbox" value="Sign up for mailing list"
/>
<span class="fb-fieldlabel" id="item53_3_span">
Sign up for mailing list
</span>
</label>
</div>
</div>
</div>
</div>
<div id="fb-captcha_control" class="fb-captcha" style="text-align: center; cursor: default; display: block; ">
<script type="text/javascript">var RecaptchaOptions = { theme : 'clean' };</script><script type="text/javascript" src="http://www.google.com/recaptcha/api/challenge?k=6Le3ycsSAAAAAGrzCdVtVLdHbc4_vkIMxqyTQIOY"> </script> <noscript> <iframe src="http://www.google.com/recaptcha/api/noscript?k=6Le3ycsSAAAAAGrzCdVtVLdHbc4_vkIMxqyTQIOY" height="300" width="500" style="border:none;"></iframe><br> <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea> <input type="hidden" name="recaptcha_response_field" value="manual_challenge"> </noscript>
</div>
<div id="fb-submit-button-div" class="fb-item-alignment-center" style="height: 65px; ">
<input type="submit" class="fb-button-special non-standard" id="fb-submit-button"
style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; font-size: 18px; font-family: Helvetica, Arial; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; background-image: url(seanw_webform/theme/default/images/btn_submit.png); "
value="Submit" />
</div>
<input type="hidden" name="fb_form_custom_html" />
<input type="hidden" name="fb_form_embedded" />
</form>
<!-- End of the body content for CoffeeCup Web Form Builder -->
</body>
This is (other than my modification to the email addresses, which I changed into clickable A/HREF links) the same code that I copied from the pop-up that appears when I run the export function. Is there something wrong with this code? When I compare it to the code you provided, it's identical, except for the A/HREF linking on the email addresses. You named your file 'index.html' that name will interfere with my current index.html web page. I don't need to name it 'index.html' do I?
My 'survey.html' file is NOT in the 'seanw_webform' folder. There is a 'seanw_webform.html' file in the 'seanw_webform' folder. I didn't put it there, it's generated there by the export function. Do I have to use a 'seanw_webform.html' page? Should I delete the one that appears in the 'seanw_webform' folder?
I tried uploading your 'index.html' to my web server. I put it in the same directory as the 'seanw_webform' folder. I named the survey file (you called it index.html) 'newsurvey.html'. It looked fine when I filled in the form. I authenticated (the captcha), and pressed 'submit'. That resulted in an error message:
"OOPS! WE CAN’T FIND THAT ON OUR MAP.
Try heading Home to see if you can find what you’re looking for, or make a U-turn with your browser’s Back button."
Then I tried naming the web form 'seanw_webform.html'.
That resulted in the exact same error.
I tried using the 'seanw_webform.html' that's inside the 'seanw_webform' folder.
that resulted in a couple of problems. It couldn't find my image file, and once I submitted the form I got the following error:
"Not Found
The requested URL /seanw_webform/seanw_webform/confirm.htmlseanw_webform/confirm.html was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."
What makes you think that my 'survey.html' is in the 'seanw_webform' folder? You can see inside the 'seanw_webform' folder. Do you see the file there? All I see is:
common/
confirm.html
seanw_webform.html
theme/
validation_data.js
I changed my 'survey.html' to be more like the 'index.html' you sent me (I uploaded your 'index.html' to my server. It's called 'newsurvey.html' and it's in the same directory as the 'seanw_webform' folder. I added <html> tags, changed the post URL to be: "http://forms-test.coffeecup.com/forms/seanw_webform/" and I added the additional input type at the bottom of the form: "<input type="hidden" id="fb_js_enable" name="fb_js_enable" />"
I saved my revised 'survey.html' and tried one more time.
It still isn't working. The URL changes to: http://forms-test.coffeecup.com/forms/seanw_webform/
and I get the following error:
"OOPS! WE CAN’T FIND THAT ON OUR MAP.
Try heading Home to see if you can find what you’re looking for, or make a U-turn with your browser’s Back button."
I really have to stop for the night. Have to get up at 3am, and I haven't eaten yet.
the 'survey.html' web page contains the following code:
<!DOCTYPE HTML>
<head><!-- Start of the headers for CoffeeCup Web Form Builder -->
<script type="text/javascript" src="seanw_webform/common/js/form_init.js" data-name="seanw_webform/" id="form_init_script"></script>
<link rel="stylesheet" type="text/css" href="seanw_webform/theme/default/css/default.css" id="theme" />
<!-- End of the headers for CoffeeCup Web Form Builder -->
</head>
<body>
<!-- Start of the body content for CoffeeCup Web Form Builder -->
<form id="docContainer" enctype="multipart/form-data" method="POST" action="http://seanw.coffeecup.com/seanw_webform/"
novalidate="novalidate" class="fb-toplabel fb-100-item-column fb-large selected-object"
style="border-top-color: rgb(8, 8, 161); border-right-color: rgb(8, 8, 161); border-bottom-color: rgb(8, 8, 161); border-left-color: rgb(8, 8, 161); width: 900px; background-color: rgb(242, 242, 242); border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px; "
data-form="automated">
<div id="fb-form-header1" class="fb-form-header" style="min-height: 20px; ">
<a id="fb-link-logo1" class="fb-link-logo" href="" target="_blank"><img alt="Alternative text" title="Alternative text" id="fb-logo1" class="fb-logo" src="seanw_webform/common/images/image_default.png" style="display:none"/></a>
</div>
<div id="section1" class="section fb-100-item-column">
<div id="column1" class="column ui-sortable">
<div style="display:none; min-height:3836px;" id="fb_confirm_inline">
</div>
<div style="display:none;" id="fb_error_report">
</div>
<div id="item1" class="fb-item fb-100-item-column">
<div class="fb-header fb-item-alignment-center">
<h2 style="display: inline; color: rgb(240, 31, 31); font-size: 28px; ">
Neighborhood Watch and YOU!
</h2>
</div>
</div>
<div id="item10" class="fb-item fb-100-item-column" style="padding-left: 4px; opacity: 1; padding-bottom: 0px; ">
<div class="fb-static-text">
<p style="color: rgb(5, 5, 5); font-size: 15px; ">
Greetings to all the residents of South East Aurora. Our Neighborhood
Watch would like to thank you for helping to make our communities in South
Aurora a safer place to live and work. Without your efforts and interests,
we couldn't have built such a strong network of neighbors helping neighbors.
<BR>
<BR>
The South East Aurora Neighborhood Watch has been active since 2007 and
we're still going strong. We've been doing our best to help ensure
that our community remains safe and secure in these uncertain times. Neighborhood
Watch is a group of citizens with the goal of taking an active roll in
making their community healthy and crime-free by working with law enforcement
and other city resources. By building a problem-solving network that encourages
citizens to form a bond to maintain their neighborhoods, both as a deterrent
to crime and a way to make the neighborhood a good place to live, residents
solve their own problems. This is the basis of a strong community-policing
program. A Neighborhood Watch program is built through neighbors who identify
community concerns and criminal activity and who work toward improving
the quality of life in the community.
</p>
</div>
</div>
<div id="item52" style="width: 760px; height: 533px; padding-bottom: 4px; padding-top: 4px; "
class="fb-item">
<a class="fb-image" href="http://www.southeastaurora-neighborhoodwatch.org/Welcome.html"
target="_blank"><img id="item52_img_0" alt="South East Aurora Neighborhood Watch" title="South East Aurora Neighborhood Watch" class="" src="seanw_webform/common/images/thingswedo_2.png"/></a>
</div>
<div id="item17" class="fb-item" style="opacity: 1; ">
<div class="fb-sectionbreak">
<hr style="border-top-width: 1px; border-top-style: solid; ">
</div>
</div>
<div id="item15" class="fb-item fb-100-item-column" style="padding-bottom: 4px; padding-top: 4px; ">
<div class="fb-static-text">
<p style="color: rgb(40, 12, 245); font-weight: bold; ">
Our Neighborhood Watch needs your help. We need an informed, concerned
and involved community in order to keep our communities safe and secure.
We need your help with a short survey :-)
</p>
</div>
</div>
<div id="item16" class="fb-item fb-100-item-column" style="padding-top: 4px; padding-bottom: 4px; ">
<div class="fb-static-text">
<p style="color: rgb(92, 48, 173); font-weight: bold; ">
Please help us by providing some answers and feedback to a few short questions
that will help us improve our Neighborhood Watch.
<BR>
</p>
</div>
</div>
<div id="item6" class="fb-item" style="opacity: 1; ">
<div class="fb-sectionbreak">
<hr style="border-top-width: 1px; border-top-style: solid; ">
</div>
</div>
<div id="item22" class="fb-item fb-100-item-column" style="padding-top: 4px; padding-bottom: 0px; ">
<div class="fb-static-text">
<p style="color: rgb(0, 0, 0); ">
Q1: Our Neighborhood Watch is planning to hold public meetings four times
this year. How many meetings a year would you be willing/able to attend?
</p>
</div>
</div>
<div id="item24" class="fb-item fb-100-item-column" style="padding-top: 0px; ">
<div class="fb-grouplabel">
<label id="item24_label_0" style="display: inline; font-weight: normal; ">
A1: Your response/answer here:
</label>
</div>
<div class="fb-textarea">
<textarea style="resize: none; height: 70px; width: 735px; " id="item24_textarea_1"
maxlength="10000" placeholder="" data-hint="" name="textarea24"></textarea>
</div>
</div>
<div id="item25" class="fb-item fb-100-item-column" style="padding-top: 15px; padding-bottom: 0px; ">
<div class="fb-static-text">
<p style="color: rgb(0, 0, 0); ">
Q2: If you would attend a Neighborhood Watch meeting, where and what times
would be best for you?
</p>
</div>
</div>
<div id="item26" class="fb-item fb-100-item-column" style="padding-top: 0px; ">
<div class="fb-grouplabel">
<label id="item26_label_0" style="font-weight: normal; display: inline; ">
A2: Your response/answer here:
</label>
</div>
<div class="fb-textarea">
<textarea style="resize: none; height: 70px; width: 735px; " id="item26_textarea_1"
maxlength="10000" placeholder="" data-hint="" name="textarea26"></textarea>
</div>
</div>
<div id="item27" class="fb-item fb-100-item-column" style="padding-top: 15px; padding-bottom: 0px; ">
<div class="fb-static-text">
<p style="color: rgb(0, 0, 0); ">
Q3: If you would attend a Neighborhood Watch meeting, what presentations,
speakers and information would you like to hear? (examples: Crimes in our
area, wildlife in Aurora, home security; perhaps you can suggest some others?).
</p>
</div>
</div>
<div id="item28" class="fb-item fb-100-item-column" style="padding-top: 0px; ">
<div class="fb-grouplabel">
<label id="item28_label_0" style="font-weight: normal; display: inline; ">
A3: Your response/answer here:
</label>
</div>
<div class="fb-textarea">
<textarea style="resize: none; height: 70px; width: 735px; " id="item28_textarea_1"
maxlength="10000" placeholder="" data-hint="" name="textarea28"></textarea>
</div>
</div>
<div id="item29" class="fb-item fb-100-item-column" style="opacity: 1; padding-top: 15px; padding-bottom: 0px; ">
<div class="fb-static-text">
<p style="color: rgb(0, 0, 0); ">
Q4: How would you like to be informed about Neighborhood Watch information,
activities and events? (examples: email mailing list, HOA newsletters,
flyers distributed door to door; perhaps you can suggest other ways to
spread the word?)
</p>
</div>
</div>
<div id="item30" class="fb-item fb-100-item-column" style="padding-top: 0px; ">
<div class="fb-grouplabel">
<label id="item30_label_0" style="font-weight: normal; display: inline; ">
A4: Your response/answer here:
</label>
</div>
<div class="fb-textarea">
<textarea style="resize: none; height: 70px; width: 735px; " id="item30_textarea_1"
maxlength="10000" placeholder="" data-hint="" name="textarea30"></textarea>
</div>
</div>
<div id="item31" class="fb-item fb-100-item-column" style="padding-top: 15px; padding-bottom: 0px; ">
<div class="fb-static-text">
<p style="color: rgb(0, 0, 0); ">
Q5: If you were willing to help our neighborhood watch by volunteering
some of your time, how much time (per year) would you be willing to spare?
</p>
</div>
</div>
<div id="item32" class="fb-item fb-100-item-column" style="padding-top: 0px; ">
<div class="fb-grouplabel">
<label id="item32_label_0" style="font-weight: normal; display: inline; ">
A5: Your response/answer here:
</label>
</div>
<div class="fb-textarea">
<textarea style="resize: none; height: 70px; width: 735px; " id="item32_textarea_1"
maxlength="10000" placeholder="" data-hint="" name="textarea32"></textarea>
</div>
</div>
<div id="item33" class="fb-item fb-100-item-column" style="padding-top: 15px; padding-bottom: 0px; ">
<div class="fb-static-text">
<p style="color: rgb(0, 0, 0); ">
Q6: What sort/type of events/services would you like our Neighborhood
Watch to organize or provide?
</p>
</div>
</div>
<div id="item34" class="fb-item fb-100-item-column" style="padding-top: 0px; ">
<div class="fb-grouplabel">
<label id="item34_label_0" style="font-weight: normal; display: inline; ">
A6: Your response/answer here:
</label>
</div>
<div class="fb-textarea">
<textarea style="resize: none; height: 70px; width: 735px; " id="item34_textarea_1"
maxlength="10000" placeholder="" data-hint="" name="textarea34"></textarea>
</div>
</div>
<div id="item35" class="fb-item fb-100-item-column" style="padding-top: 15px; padding-bottom: 0px; ">
<div class="fb-static-text">
<p style="color: rgb(0, 0, 0); ">
Q7: Would you be willing to let your friends and neighbors (in the South
East Aurora area) know about our Neighborhood Watch?
</p>
</div>
</div>
<div id="item36" class="fb-item fb-100-item-column" style="padding-top: 0px; ">
<div class="fb-grouplabel">
<label id="item36_label_0" style="font-weight: normal; display: inline; ">
A7: Your response/answer here:
</label>
</div>
<div class="fb-textarea">
<textarea style="resize: none; height: 70px; width: 735px; " id="item36_textarea_1"
maxlength="10000" placeholder="" data-hint="" name="textarea36"></textarea>
</div>
</div>
<div id="item37" class="fb-item fb-100-item-column" style="padding-top: 15px; padding-bottom: 0px; ">
<div class="fb-static-text">
<p style="color: rgb(0, 0, 0); ">
Q8: Do you have any other community wide safety and security concerns
you'd like to discuss with the Neighborhood Watch?'
</p>
</div>
</div>
<div id="item42" class="fb-item fb-100-item-column" style="padding-top: 0px; ">
<div class="fb-grouplabel">
<label id="item42_label_0" style="font-weight: normal; display: inline; ">
A8: Your response/answer here:
</label>
</div>
<div class="fb-textarea">
<textarea style="resize: none; height: 70px; width: 735px; " id="item42_textarea_1"
maxlength="10000" placeholder="" data-hint="" name="textarea42"></textarea>
</div>
</div>
<div id="item39" class="fb-item fb-100-item-column" style="padding-top: 15px; padding-bottom: 0px; ">
<div class="fb-static-text">
<p style="color: rgb(0, 0, 0); ">
Q9: What would inspire or motivate you to join the Neighborhood Watch?
</p>
</div>
</div>
<div id="item43" class="fb-item fb-100-item-column" style="padding-top: 0px; ">
<div class="fb-grouplabel">
<label id="item43_label_0" style="font-weight: normal; display: inline; ">
A9: Your response/answer here:
</label>
</div>
<div class="fb-textarea">
<textarea style="resize: none; height: 70px; width: 735px; " id="item43_textarea_1"
maxlength="10000" placeholder="" data-hint="" name="textarea43"></textarea>
</div>
</div>
<div id="item40" class="fb-item fb-100-item-column" style="padding-top: 15px; padding-bottom: 0px; ">
<div class="fb-static-text">
<p style="color: rgb(0, 0, 0); ">
Q10: How much information would you need in order to decide whether you
would attend a Neighborhood Watch meeting?
</p>
</div>
</div>
<div id="item44" class="fb-item fb-100-item-column" style="padding-top: 0px; ">
<div class="fb-grouplabel">
<label id="item44_label_0" style="font-weight: normal; display: inline; ">
A10: Your response/answer here:
</label>
</div>
<div class="fb-textarea">
<textarea style="resize: none; height: 70px; width: 735px; " id="item44_textarea_1"
maxlength="10000" placeholder="" data-hint="" name="textarea44"></textarea>
</div>
</div>
<div id="item41" class="fb-item fb-100-item-column" style="padding-top: 15px; padding-bottom: 0px; ">
<div class="fb-static-text">
<p style="color: rgb(0, 0, 0); ">
Q11: Do you have any recommendations or suggestions for future speakers
or topics at our upcoming meetings?
</p>
</div>
</div>
<div id="item45" class="fb-item fb-100-item-column" style="padding-top: 0px; ">
<div class="fb-grouplabel">
<label id="item45_label_0" style="font-weight: normal; display: inline; ">
A11: Your response/answer here:
</label>
</div>
<div class="fb-textarea">
<textarea style="resize: none; height: 70px; width: 735px; " id="item45_textarea_1"
maxlength="10000" placeholder="" data-hint="" name="textarea45"></textarea>
</div>
</div>
<div id="item46" class="fb-item fb-100-item-column">
<div class="fb-static-text">
<p style="color: rgb(0, 0, 255); ">
Please forward your replies, recommendations, questions and concerns to
our Head Area Coordinator (by filling out the 'A#' boxes, authenticating
with the 'captcha' security device, and pressing the 'Submit'
button). Your responses and input are critical to our efforts, and we appreciate
your assistance in helping keep our communities safe and secure for our
families and friends.
</p>
</div>
</div>
<div id="item47" class="fb-item fb-100-item-column">
<div class="fb-static-text">
<p style="color: rgb(72, 7, 171); font-size: 14px; font-family: arial; ">
Sincerely;
<BR>
The South East Aurora Neighborhood Watch leadership and law enforcement
partners.
<BR>
<BR>
For more information please contact our Head Area Coordinator: Judy Van
Meter <a href="mailto:watchgroup@southeastaurora-neighborhoodwatch.org"><watchgroup@southeastaurora-neighborhoodwatch.org></a> or Area
26 Police Area Representative: Officer James Salazar <a href="mailto:jsalazar@auroragov.org"><jsalazar@auroragov.org></a>
<BR>
<BR>
Our area (Area 26 of the Aurora Police Department) represents many housing
developments in south-east Aurora. These areas include Tollgate Crossing,
Sorrel Ranch, Wheatlands, Beacon Point, Southshore, Tallyn’s Reach,
Serenity Ridge, Black Stone, Saddle Rock - North and Heritage Eagle Bend.
</p>
</div>
</div>
<div id="item48" class="fb-item fb-100-item-column">
<div class="fb-grouplabel">
<label id="item48_label_0" style="display: inline; ">
Please provide a reply email address
</label>
</div>
<div class="fb-input-box">
<input type="email" id="item48_email_1" maxlength="254" placeholder="youremailaddress@example.com"
autocomplete="off" data-hint="" name="email48" />
</div>
<div class="fb-grouplabel">
<label style="color: rgb(51, 51, 51); ">
Please confirm your address
</label>
</div>
<div class="fb-input-box">
<input type="email" id="item48_email_1_verification" maxlength="254" placeholder=""
autocomplete="off" data-hint="" name="email48_verification" />
</div>
</div>
<div id="item53" class="fb-item fb-100-item-column fb-two-column" style="opacity: 1; ">
<div class="fb-grouplabel">
<label id="item53_label_0" style="display: inline; ">
Neighborhood Watch
</label>
</div>
<div class="fb-checkbox">
<label id="item53_0_label">
<input type="checkbox" id="item53_0_checkbox" data-hint="" name="checkbox53[]"
value="Already a NW member" />
<span class="fb-fieldlabel" id="item53_0_span">
Already a NW member
</span>
</label>
<label id="item53_1_label">
<input type="checkbox" id="item53_1_checkbox" name="checkbox53[]" value="Interested in helping"
/>
<span class="fb-fieldlabel" id="item53_1_span">
Interested in helping
</span>
</label>
<label id="item53_2_label">
<input type="checkbox" name="checkbox53[]" id="item53_2_checkbox" value="Already on mailing list"
/>
<span class="fb-fieldlabel" id="item53_2_span">
Already on mailing list
</span>
</label>
<label id="item53_3_label">
<input type="checkbox" name="checkbox53[]" id="item53_3_checkbox" value="Sign up for mailing list"
/>
<span class="fb-fieldlabel" id="item53_3_span">
Sign up for mailing list
</span>
</label>
</div>
</div>
</div>
</div>
<div id="fb-captcha_control" class="fb-captcha" style="text-align: center; cursor: default; display: block; ">
<script type="text/javascript">var RecaptchaOptions = { theme : 'clean' };</script><script type="text/javascript" src="http://www.google.com/recaptcha/api/challenge?k=6Le3ycsSAAAAAGrzCdVtVLdHbc4_vkIMxqyTQIOY"> </script> <noscript> <iframe src="http://www.google.com/recaptcha/api/noscript?k=6Le3ycsSAAAAAGrzCdVtVLdHbc4_vkIMxqyTQIOY" height="300" width="500" style="border:none;"></iframe><br> <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea> <input type="hidden" name="recaptcha_response_field" value="manual_challenge"> </noscript>
</div>
<div id="fb-submit-button-div" class="fb-item-alignment-center" style="height: 65px; ">
<input type="submit" class="fb-button-special non-standard" id="fb-submit-button"
style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; font-size: 18px; font-family: Helvetica, Arial; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; background-image: url(seanw_webform/theme/default/images/btn_submit.png); "
value="Submit" />
</div>
<input type="hidden" name="fb_form_custom_html" />
<input type="hidden" name="fb_form_embedded" />
</form>
<!-- End of the body content for CoffeeCup Web Form Builder -->
</body>
This is (other than my modification to the email addresses, which I changed into clickable A/HREF links) the same code that I copied from the pop-up that appears when I run the export function. Is there something wrong with this code? When I compare it to the code you provided, it's identical, except for the A/HREF linking on the email addresses. You named your file 'index.html' that name will interfere with my current index.html web page. I don't need to name it 'index.html' do I?
My 'survey.html' file is NOT in the 'seanw_webform' folder. There is a 'seanw_webform.html' file in the 'seanw_webform' folder. I didn't put it there, it's generated there by the export function. Do I have to use a 'seanw_webform.html' page? Should I delete the one that appears in the 'seanw_webform' folder?
I tried uploading your 'index.html' to my web server. I put it in the same directory as the 'seanw_webform' folder. I named the survey file (you called it index.html) 'newsurvey.html'. It looked fine when I filled in the form. I authenticated (the captcha), and pressed 'submit'. That resulted in an error message:
"OOPS! WE CAN’T FIND THAT ON OUR MAP.
Try heading Home to see if you can find what you’re looking for, or make a U-turn with your browser’s Back button."
Then I tried naming the web form 'seanw_webform.html'.
That resulted in the exact same error.
I tried using the 'seanw_webform.html' that's inside the 'seanw_webform' folder.
that resulted in a couple of problems. It couldn't find my image file, and once I submitted the form I got the following error:
"Not Found
The requested URL /seanw_webform/seanw_webform/confirm.htmlseanw_webform/confirm.html was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."
What makes you think that my 'survey.html' is in the 'seanw_webform' folder? You can see inside the 'seanw_webform' folder. Do you see the file there? All I see is:
common/
confirm.html
seanw_webform.html
theme/
validation_data.js
I changed my 'survey.html' to be more like the 'index.html' you sent me (I uploaded your 'index.html' to my server. It's called 'newsurvey.html' and it's in the same directory as the 'seanw_webform' folder. I added <html> tags, changed the post URL to be: "http://forms-test.coffeecup.com/forms/seanw_webform/" and I added the additional input type at the bottom of the form: "<input type="hidden" id="fb_js_enable" name="fb_js_enable" />"
I saved my revised 'survey.html' and tried one more time.
It still isn't working. The URL changes to: http://forms-test.coffeecup.com/forms/seanw_webform/
and I get the following error:
"OOPS! WE CAN’T FIND THAT ON OUR MAP.
Try heading Home to see if you can find what you’re looking for, or make a U-turn with your browser’s Back button."
I really have to stop for the night. Have to get up at 3am, and I haven't eaten yet.
Still doesn't look right to me Robert but I am not sure how to explain it any differently. Maybe this will help. Take the zip file and upload it to your server and access the index.html file on your server. This is exactly what I have here on my server where it works.
Hopefully that will show you what you need to do.
http://hotsync.net/coffeecup.zip
This is what I have here at http://hotsync.net
Hopefully that will show you what you need to do.
http://hotsync.net/coffeecup.zip
This is what I have here at http://hotsync.net
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.