Anyone have experience uploading to...

User 2845737 Photo


Registered User
10 posts

Well guys thanks to all of your suggestions I got it working. Personally I think it was the curl combined with the title spaces in settings or some combination of all your suggestion. I really appreciate the help!

I ended up just keeping the normal directory structure and creating a simple index.html to redirect (I am positive this is the wrong way to do it lol). And I know it can be done with the .htaccess file but I could get the syntax right.
So people can just go to http://survey.utmusa.com and index.html file below sends them http://survey.utmusa.com/utm/utm.html

<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>
UTM
</title>
</head>
<body>
<script>
var timer = setTimeout(function() {
window.location='http://survey.utmusa.com/UTM/UTM.html'
}, 1);
</script>
</body>
</html>


Same code that I used in the confirmation page with a 5000ms delay to reload the form. It doesn't seem to set off and red flags in any browsers I tested.

Basically this is going to run on some tablets setup as Kiosks for a week.

One final comment though:
That problem with the program not accepting my edit change the confirmation page in settings appears to be a bug.
Settings would reflect the change but it kept exporting the old confirmation page and publishing the old one to the S-Drive.
Maybe the file somehow got corrupted I don't know, but I'm leaving the new form I rebuilt alone lol

Anyone thanks again guys!
User 2845737 Photo


Registered User
10 posts

Sorry one more question (maybe I should make a new thread?):

Does anyone have a way to get the phone number field to accept phone numbers in a few more formats?
I have it set to us phone.

It looks like it will take:
(111)222-3333
(111) 222-3333
1112223333

But not:
(111)2223333
or
111-222-3333

I know I'm pushing my luck but I thought maybe someone had written some updated php code on their own to work it out.
Or just something that automatically formats the numbers as (111) 222-3333 as they type, I've seen that on a lot of websites.


Thanks again, sorry to be a pain.

-Kenny
User 10077 Photo


Senior Advisor
1,096 posts

Kenneth Morrissey wrote:
Does anyone have a way to get the phone number field to accept phone numbers in a few more formats? I have it set to US phone.

It looks like it will take:
(111)222-3333
(111) 222-3333
1112223333

But not:
(111)2223333
or
111-222-3333

If you use the Regular Expression element, you can define your own format. Here an article about how to use it:
http://www.coffeecup.com/help/articles/ … m-builder/
ASK ME ANYTHING
I provide personalized help for Coffeecup Users including personal or group training for Site Designer, Web Form Builder and more via Zoom.
Email me at support@uscni.org or call 865-687-7698.

Did you know that Web Form Builder can be used for both simple and complicated forms and that it's not limited to the default fonts and buttons? Take a look at a form we developed for WindowTinting.com.
https://forms.windowtinting.com/forms/w … ppingcart/
User 2845737 Photo


Registered User
10 posts

Thanks for the tip, I would definitely use that if it was international but since I only need US numbers I found a very nice solution.

I'm posting it hopefully someone else benefits from it.
It was just a matter of adding uploading the .js file, adding one line to the HTML file and appending to a text field in the HTML file.

Enjoy.

The author made it freely available so maybe even post it somewhere on your website?

Thanks for ALL the help guys you've been great.

-Kenny
Attachments:
User 458539 Photo


Registered User
1,647 posts

I have had problems with Go Daddy on and off for quite awhile but this morning I got a hold of a support person that seemed very sharp and he made a change that made mine start working. In Cpanel go to MX Entry Icon then select your domain for the form and make sure that remote mail exchanger is checkede not local. Made mine work .

How did you get your columns to break to a single column? I using the responsive default and if it was set up in 2 columns it seems to stay columns and not change to one?

Thanks


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.