CC SCC doesn't publish my CC Web Form...

User 38401 Photo


Senior Advisor
10,951 posts

Hiya Dana,

I don't know if this will work or not as I haven't tried it, but seems sound enough. This is a snippet from the HTML Editor program that I found that puts a Back link on a page. So my thoughts on this are that you could create your landing page to be whererever (preferably an HTML page you create so you can easily insert the code needed) and then include this code below to give them an easy way to go "back" to where they came from.


<!-- Description: Ultra-Simple Javascript Back Button
Browsers: All
Additional information: This script 'jumps' you back one page. You can change the integer '1' to change how many pages back you want to jump.
-->

<a href="nojavascript...history.back(1)">Go Back</a>


I would think this could be altered like any other link to be a graphical button too by adding the appropriate code for that. Seems like a feasible solution maybe? Or just another idea at least to mull around and see how it looks/works. :)
User 2062997 Photo


Registered User
23 posts

Jo Ann,

Thanks. I do not know html and am grateful for the assistance. I will try this.
Dana Leigh

"All you have shall someday be given; therefore, give now, that the season of giving may be yours and not your inheritors." The Propet, On Giving, K. Gibran

http://www.GetintheGameStore.com
http://www.theCalicoCamel.com



User 38401 Photo


Senior Advisor
10,951 posts

You're quite welcome, hollar if you need anything else :)
User 2062997 Photo


Registered User
23 posts

Here's an update on the resolution of this question.

The swfobject was indeed missing. I was surprised that it didn't upload automatically with the other files when saving my web form.

Eric English wrote:
The only thing missing from the procedures you mentioned is that of uploading the form files to the right folder on your server. Also, make sure that when you upload the form files to the server that you include the .swfobject.


In the end, I settled on one form (to get the site functional) and placed it on the shopping cart page with a redirect to the shopping cart upon submission.

The reason the form failed to publish on my web page was because:
This actually seems to be a problem with the way your project files are being referenced on your system. The html code for our software uses a relative file path to reference the files which means that they must be in the same location that the page is in to be called upon. To correct this you will need to first open your project in the Coffeecup application, then re-save it into the same directory on your computer that the html files are saved to for the page it is being displayed on. Once you have done so you should be able to preview your work just fine. Once you have completed this, you will need to upload all of the files and folders in the same order on your server. Orlando Perez
CoffeeCup Software Inc.
An Internet 500 Company
http://www.coffeecup.com


So, thanks to all the Java Jims and Jo Anns for all the excellent assistance. : )
Dana Leigh

"All you have shall someday be given; therefore, give now, that the season of giving may be yours and not your inheritors." The Propet, On Giving, K. Gibran

http://www.GetintheGameStore.com
http://www.theCalicoCamel.com



User 38401 Photo


Senior Advisor
10,951 posts

You're quite welcome Dana, I'm glad that you were able to get it all resolved and working. Have fun with it and good luck on future ones :)

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.