Hi,
I'm posting a form to Liveserver but not getting to the form values...
This is similar to the Add-user example in the "Continuing concepts"
documentation that I got from the course last year:
It seemed easy enough in the book, but I just can't make it work !
My form:
<form id="test_form" method="post" action="/en/test_page.shtml">
<div class="email_label"><label for="user-email">email address</
label></div>
<div class="email_input"><input type="text" value="" class="text"
name="user-email" id="user-email"/></div>
<input type="image" src="/formButton.png" alt="post" />
</form>
test_page.shtml is a live server page that contains an include of my
test.xml file:
<!--#include virtual="/rw/cps/rde/xfw3/mydynaments/test.xml" -->
I have stripped my test.xml file just to access the information:
<dynaments>
<test>
<version>0.0.001</version>
</test>
<email_info>
<rde-dm:attribute mode="read" source="request"
attribute="request:user-email" />
</email_info>
</dynaments>
The results shows only the version: "0.0.001"
I have a hunch that the included file does not have access to the
posted information... how can I fix it so it works ?
Thank you,
E
--
You received this message because you are subscribed to the Google Groups
"RedDot CMS Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/reddot-cms-users?hl=en.