Hi devs, I just create a gui for updating some data with wfs-t . Now I want to get the mb_user as an mandatory and readonly field into the data form before saving the new or changed geometry. To know, which user did the change. How can I do this?
I tried to do things like putting this code: <input name='editor' id='editor' type='text' size='20' maxlength='20' <?php echo "value=\'" . $_SESSION["mb_user_name"] . "\'"; ?> readonly> into the 'html' field of the wfs configuration.But it didn't work. Does someone know or has an idea, how I get the mb_user_name into this field of the saving form? I stehe gerade auf dem schlauch! Gruß, Marko Samson Marko Samson Landesbetrieb Wald und Holz NRW GIS-Anwendungsentwicklung Referat I-5 Albrecht-Thaer-Straße 34 48147 Münster Tel.: 0251/91797 - 169 Mail: [EMAIL PROTECTED] _______________________________________________ Mapbender_dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapbender_dev
