View previous topic :: View next topic |
Author |
Message |
Just Bless'd
Joined: 07 Feb 2007 Posts: 1
|
Posted: Wed Feb 28, 2007 12:52 pm Post subject: Using the right web address |
|
|
I have done everything that I can do, and it is surely not working for me. I have changed the location of the form to the address that is in the error message, and it is just not working for me. I have even put all of the web address to the account that the form is going to be in, and it is still not working. I don't know what is going on. Can someone please help me out? I am on the verge of leaving the site, cause this is absolutly RIDICULOUS!!!!!!!!!!!!!  |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Thu Mar 01, 2007 8:45 am Post subject: Reply |
|
|
The problem is actually not with the URL, but is with the HTML as shown on your mySpace page. I appears that the code being generated from our site is incorrect, namely because of a bug caused by the space and ' within your username. This is something that is going to not be allowed for future users, but isn't something that is easily fixed for your account.
To manually fix the problem, change the following code on your mySpace page:
Code: |
<input name="user" id="user" value="Just Bless..'d" type="hidden"> |
To:
Code: |
<input name="user" id="user" value="Just Bless'd" type="hidden"> |
That should do the trick.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
|