i have added a new field on the submission form, but after previewing the submission, the new filed can't be remember. we have to enter it again.
Further, if you check the box "I would like to sponsor this link." on the form, but after previewing your submission, the box will be unchecked, you have to check it again. I tried the directory here, it has the same problem.
I added this to the submission form, but it can't be remembered after reviewing the submission.
Tested, works perfectly. I type a value in the box, click preview, the value is still in the box. For fair measure I then leave all other fields blank, submit, and the value is still in the box.
How about the checkbox of "I would like to sponsor this link."
That is true, and changed for 3.3.19. You'll have to be using <input type="checkbox" name="sponsorthis" value="1" {LINKCHECKED[sponsorthis]}>
0/5
1
2
3
4
5
This thread is closed, so you cannot post a reply.
Comments on Remember fields after the preview?
Forum Regular
Usergroup: Customer
Joined: May 14, 2006
Total Topics: 41
Total Comments: 103
hi,
i have added a new field on the submission form, but after previewing the submission, the new filed can't be remember. we have to enter it again.
Further, if you check the box "I would like to sponsor this link." on the form, but after previewing your submission, the box will be unchecked, you have to check it again. I tried the directory here, it has the same problem.
Any solution for this?
Thanks!
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Is the new field a checkbox? I believe only input fields and selectors are remembered, haven't worked with many checkboxes.
Forum Regular
Usergroup: Customer
Joined: May 14, 2006
Total Topics: 41
Total Comments: 103
I added this to the submission form, but it can't be remembered after reviewing the submission.
How about the checkbox of "I would like to sponsor this link.", it can't be remembered either.
you can try it.
http://www.urlz.net/suggest.php?action=addlink&filled=1
Forum Regular
Usergroup: Customer
Joined: May 14, 2006
Total Topics: 41
Total Comments: 103
anyone can help?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
I added this to the submission form, but it can't be remembered after reviewing the submission.
Tested, works perfectly. I type a value in the box, click preview, the value is still in the box. For fair measure I then leave all other fields blank, submit, and the value is still in the box.
How about the checkbox of "I would like to sponsor this link."
That is true, and changed for 3.3.19. You'll have to be using <input type="checkbox" name="sponsorthis" value="1" {LINKCHECKED[sponsorthis]}>