NeXTensio Forum :: passing nextensio form data
This thread was displayed: 0 times
Starting with 17th May 2007, Adobe Systems will stop offering support for any version of the discontinued InterAKT products. As a result, we will not answer to new support incidents starting with May 17th, 2007. Pending support incidents will still be followed in order to be closed. The product forums will remain open and be transformed in user-to-user forums. The general forums will be made read-only and not allow new posts or comments.
For more information about the affected products visit: www.interaktonline.com/Support/
Leonard Mckinney
04-13-2007 11:06:57 GMT +2
|
I am using coldfusion MX7, mySQL and MXKollection 3.7.1 and I have a nextensio list for a front end list but I need to use the checkboxes and a button to pass the selected form rows or just the form ids to another page.
I am trying to use a nextensio form to select multiple records and allow the user click a button that takes them to another page (email form) This form will send an email with the selected data and the form data they fill out.
Now I am having issues with the passing the selected form data to another page. I am using global filters. Thanks
|
|
|
Razvan Racasanu[InterAKT]
04-13-2007 15:26:30 GMT +2
|
Hello,
When selecting multiple items and clicking on the delete or edit button from the top or bottom panel, the ids of the selected records are submitted like the following:
pkname=1&pk_name_1=3&.......
You could use these parameters to extract the data that you need.
Since this use case is not supported by NeXTensio and requires rather complex custom code, I'm afraid that we cannot help you implement this.
Regards,
Razvan RACASANU
|
|
|
Leonard Mckinney
04-13-2007 20:39:29 GMT +2
|
I know how to do that, you might have not understand the problem. how do you use a checkbox like you do in the edit, basically I want to do the same as your edit button but go to another page with the form data of the id attached
|
|
|
Razvan Racasanu[InterAKT]
04-16-2007 10:45:42 GMT +2
|
Hello,
If I understand correctly, you would like an additional button that will work just like the Edit one, but instead redirect to a different page then the form. Unfortunately we cannot help you with this as it requires rather complex custom code and we do not offer commercial support anymore.
Regards,
Razvan RACASANU
|
|
|