Please help me out if possible
Posted: Sun Aug 16, 2009 7:44 am
Dear readers of devnetwork,
first off all , thank you for reading my post.
second of all, this is my problem
On this page, I want people to be able to write down a form (to advertise an activity)
http://www.vhvisuals.com/meeting/?L=inkspot.write
You can see this question here:
Welke plaats?
After the form is filled in (including the answer on the question "welke plaats?" )
I would like to have this answer showed here:
http://www.vhvisuals.com/meeting/?L=inkspot.index under "lokatie" , where it now says "location2"
for example, if London is filled in at the question "welke plaats?", I would like Londen to be shown under lokatie.
This is the script line that I've written for the inkspot.write file:
<input name="location2" type="text" id="location2" value="{location2}" class="fullwidth">
This is the script line that I've written for the inkspot.index file
{location2}
But it doesn't work. I am a php newbie, and I just try to edit my script. The thing is, I dont have a clue what to do and I don't really have experience with php. Does anyone know how this problem can be solved?
Thanks a lot for reading my post.
Kind regards,
Vincent
first off all , thank you for reading my post.
second of all, this is my problem
On this page, I want people to be able to write down a form (to advertise an activity)
http://www.vhvisuals.com/meeting/?L=inkspot.write
You can see this question here:
Welke plaats?
After the form is filled in (including the answer on the question "welke plaats?" )
I would like to have this answer showed here:
http://www.vhvisuals.com/meeting/?L=inkspot.index under "lokatie" , where it now says "location2"
for example, if London is filled in at the question "welke plaats?", I would like Londen to be shown under lokatie.
This is the script line that I've written for the inkspot.write file:
<input name="location2" type="text" id="location2" value="{location2}" class="fullwidth">
This is the script line that I've written for the inkspot.index file
{location2}
But it doesn't work. I am a php newbie, and I just try to edit my script. The thing is, I dont have a clue what to do and I don't really have experience with php. Does anyone know how this problem can be solved?
Thanks a lot for reading my post.
Kind regards,
Vincent