-
Hmm I didn't know about this bug. Anyway, I see an obvious mismatch in the PHP/HTML code generating sql queries, which might be causing the problem. I've fixed it up. See if you still have this problem (i.e. the scrambling of output after reordering fields).
2009-09-02 00:29:38 UTC in phpFormGenerator
-
Even if you allow .php files to be uploaded, no one should be able to execute them. The files that are uploaded don't have (or at least, SHOULDN"T HAVE) execute permissions. Clearly in your case the uploaded files were in fact executable. This shows that your webhosting provider is not doing a proper job at administration.
Although you can modify the form to not allow upload of any php...
2009-04-29 19:34:41 UTC in phpFormGenerator
-
musawir committed revision 17 to the phpFormGenerator SVN repository, changing 2 files.
2009-04-21 07:37:30 UTC in phpFormGenerator
-
runtime conditional branching can't be done with the generator alone ... you'd have to manually code in the logic by editing the generated source code.
2009-04-21 00:57:21 UTC in phpFormGenerator
-
I can't make any sense out of your code, or the context you're using it in. You have random variables that are not defined, but are being used. Then you also have a for loop with an error check but no break, which would give you repeated alert messages.
Anyway, for your what you want is something like this:
function validateMyType(fieldID)
{
fieldObj = document.getElementById(fieldId);.
2009-04-21 00:32:52 UTC in phpFormGenerator
-
musawir committed revision 16 to the phpFormGenerator SVN repository, changing 3 files.
2009-04-14 05:52:14 UTC in phpFormGenerator
-
musawir committed revision 15 to the phpFormGenerator SVN repository, changing 1 files.
2009-04-03 06:13:45 UTC in phpFormGenerator
-
musawir committed revision 14 to the phpFormGenerator SVN repository, changing 5 files.
2009-04-03 06:07:05 UTC in phpFormGenerator
-
musawir committed revision 13 to the phpFormGenerator SVN repository, changing 5 files.
2009-04-03 06:06:12 UTC in phpFormGenerator
-
musawir committed revision 12 to the phpFormGenerator SVN repository, changing 3 files.
2009-04-02 07:58:40 UTC in phpFormGenerator