Hi
Now, I'm using phpESP 2.0.2.
question1
Is it possible to add "return button" for answer display(survey.php,,
func.inc...etc)
also, Is it possible to add "confirmation display" which shows an answer
which user is answered.
thinking after showing the confirmation display, click submit, then
answered data is sent to db.
hope to get advice or something to improve application.
question2
Does anyone know about reason which size and maxlength of numeric question
type in questions tab does not set correctly
when inputting "length" and "precise". in my case when inputting length = 3,
size is set to 8.
in question_render.inc source,
case '10': // numeric
$size++; // for sign
if($prec)
$size += 1 + $prec;
?>
<?php echo(mktext($qid, $size, $size)); ?>
<?php
Date question type has same issue.
and also, is there Date question type format checking funciton?
question3
Are there files which are not used under /admin/include/lib/adodb/.??
I'm looking into files for uploading to web site.
Thanks
mag
|