J
|
Jane 10/5/2009 |
Hi, |
W
|
wfcentral author 10/5/2009 |
okay - that looks like a start, but what happens when they go to EDIT the list? So, if a gym selected 5 features on the first day...then a month later they have a new feature so they go in to edit their listing... would the page show the 5 features they have and let them select the new one? or would they have to select all the features every time they edit their listing? Hi, you can set up feature_ID as Lookup wizard --> Checkbox list on the "Edit as" settings dialog on the Visual Editor tab. Then parse selected values and save it as separate records in the Before record added event: http://www.xlinesoft.com/phprunner/docs/select_multiple_values.htm |
J
|
Jane 10/6/2009 |
Hi, select id,
|
W
|
wfcentral author 10/26/2009 |
hi, just got a chance to look back at this project. Is it not possible to make it so they can "uncheck" all features they do not want. I don't see how a dropdown would work... it's not like they are going to change one feature to a different feature. It's more likely they will want to add a new feature and they need to see a page that shows them what is already checked so they can just check the additional stuff they need. Hi, unfortunately edit page won't work with this scheme. To add new feature/features use add page. To edit features create alias for feature_ID field on the Edit SQL query tab: select id,
|
J
|
Jane 10/28/2009 |
Hi, |