NetTalk Central

Author Topic: URL On Save Not Working  (Read 1339 times)

trent

  • Full Member
  • ***
  • Posts: 204
    • View Profile
    • Email
URL On Save Not Working
« on: June 05, 2013, 08:12:19 PM »
Hi Bruce,

I have a Form that has a 'URL On Save' set to another Form. When I click Save on this Form the URL in the browser's address bar changes but the original Form re-loads - the correct 'URL On Save' Form does not load. If I click inside the address bar and press enter then the correct Form loads.

What could cause this and how do I fix it? Using Nettalk v6.51.

Thanks,
Trent

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11186
    • View Profile
Re: URL On Save Not Working
« Reply #1 on: June 05, 2013, 09:10:33 PM »
typically this would happen if the validation on form 1 failed. The address bar will still change, but it will return to the original form because it wants you to correct it. But that would be obvious (that the validation failed) or it should be - and you don't mention that, so perhaps it;s something else.

Perhaps you can post an example?

cheers
Bruce

trent

  • Full Member
  • ***
  • Posts: 204
    • View Profile
    • Email
Re: URL On Save Not Working
« Reply #2 on: June 05, 2013, 10:59:44 PM »
Found the problem! I have the Default Form Action set to 'Change'. Changed this to 'None' and now the form behaves correctly.

Thanks Bruce!