In regards to your question on changing forms, you did it correctly.
When XMod saves records it attaches the Form Id from the kb_xmod_forms table for the form that was used to enter the existing listings.
Changing forms in Configure Xmod Module will be a different Form ID and no existing records will be attached.
Multiple Categories:
It has been attempted by clients in the past.
It seems to confuse the user a bit when you have too many category options.
You can select multiple categories but the last category you select will need to be the one that you attach sub categories to.
Sub Categories can only be assigned to one category.
To make this change, you would need to modify the cboCategory form field.
The cboCategory field would be similar to the field on the Multiple Category Form except it is set to a Multi-Select List Box vs Checkbox list.
You would need to change the Xmod form control from Select1 to Select.
Make sure to change both the opening and closing select tags.
Note: Save your existing code to NotePad before editing forms and templates.
Reference:
Xmod Online Help
Xmod Select Form Control
Xmod Select1 Form Control
|