This topic is locked

Simple yes no answers

3/11/2006 8:46:54 PM
PHPRunner General questions
T
thesofa author

Hi

I have to set up a page for the intranet where I work to ask two simple questions, each of which can be answered by a simple radio button type answer.

I need to add in quite a bit of text.

The database table is called Survey1, the fields are email, q1, q2 and a 4th field is for notes.

The users will login with their email address and password from another table in the database.

All i want is for a simple page form to be shown with no searching or editing, just their email address, uneditable, then a paragraph of explantion of what the questions are about. Then the two questions with the radio buttons for each one, followed by a notes field and then the save or reset buttons. The save button closes the form and posts the results to the table. I am having a few problems getting my head around the terms of what I have to dio in terms of PHPRunner terminolgy.

Do I need to be altering the php files produced from "Build"? If so, which ones and where?

Thanks for all your previous help. Excellent programme. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=2599&image=1&table=forumtopics' class='bbc_emoticon' alt=':D' />

Sergey Kornilov admin 3/13/2006

Hi,
I recommend you to

  1. create new simple project,
  2. use Redirect to ADD page for After successful login event on the Events Tab
  3. and then add your text in generated ..._add.php file.