Can you use the (add-page-form) to call on multiple form-templates?
Can the {add-page} or {link-page} macros be formated to call upon multiple form-templates as an option? Kind of like the {list-option} macro?
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
-
Inappropriate?Not currently. You mean you want the user to be able to select from a list of templates when creating the page?
-
This reply was removed on 12/03/09.
see the change log -
This reply was removed on 12/03/09.
see the change log -
Inappropriate?Yes, that is correct David. Is there anyway to perform this maybe without the above mentioned macros.
Thank you for the prompt reply!
Regards,
Ray -
Inappropriate?Not really, I'm afraid. The simplest option at this point would be to write your own User Macro that essentially created a <select> box containing the URLs you want (use the {add-page} macro to figure out the URL string), along with some JavaScript to trigger the page load. Something along the lines of (completely untested):
<select onchange="window.location=this.options[this.selectedIndex].value">
<option value="/path/to/new/page/X">X</option>
<option value="/path/to/new/page/Y">Y</option>
</select>
You'll need to change the paths to ones appropriate for the pages you want to create. -
Inappropriate?Again, thank you for the prompt reply David.
I will look into this option.
Ray
Loading Profile...



EMPLOYEE