Using FCKeditorV2 and asp.net 2 (also can use php or perl if needed for solution)
I have an application that has a list of fields that are filled in by a user. These same fields are in two places on the same page. How can I have a user fill out the top fields and have it automatically update the same fields with the same data on the bottom of the page BEFORE it's submitted to the database?
This feature is used on sites that have shipping and billing addresses that are the same, I know it's possible. We are using asp.net, but any solutions or ideas are appreciated. I am wondering if PHP would be better for this. I want this to happen without user interaction, so they won't have to check the "Is the billing address the same as the shipping address?" method.
Thanks
I have an application that has a list of fields that are filled in by a user. These same fields are in two places on the same page. How can I have a user fill out the top fields and have it automatically update the same fields with the same data on the bottom of the page BEFORE it's submitted to the database?
This feature is used on sites that have shipping and billing addresses that are the same, I know it's possible. We are using asp.net, but any solutions or ideas are appreciated. I am wondering if PHP would be better for this. I want this to happen without user interaction, so they won't have to check the "Is the billing address the same as the shipping address?" method.
Thanks
Re: How to Auto Update Duplicate Fields on Same Page
This probably isn't something specific to fckeditor, but the solution you are looking for would be a simple Javascript with an OnChange (or OnBlur) event on the first input field. Try googling for "javascript to copy fields to another".
Re: How to Auto Update Duplicate Fields on Same Page
THIS IS THE PHP PAGE WITH HTML- THIS YOU CAN PUT DIRECTLY INTO THE FCDEDITOR "sOURCE" WINDOW