- Messages
- 4,148
- Reaction score
- 5
- Points
- 38
I am in need of help creating a form or multiple forms. The form/s are for a testing enviroment for a script(not giving to much away yet).
I have no clue as to what to offer for this, as I also dont know how much work is involved.
Let me explain what is requiered.
The form/s must have variouse inputs from drop boxs to check boxs.
Each of these needs to be written to either of 2 php settings files. Maybe the file should be cleared and written from scratch each time to avoid getting things wrong.
eg:
user inpputs : my name is JD
written to the file :
<?php
global $username;
$username = **write here 'my name is JD'**;
?>
There needs to be a preview and save button.
The buttons must pop up when 2 reqiered fields arn't inputed correctly and say fill in those.
If they are filled in.
If preview was clicked, it must just write to a temporary php settings file.
If save was clicked it must save 1 input to the filename and the rest to that file.
This is where it gets alittle more complex.
The 2 main sets of user inputs go to a php data structure that can have as many arrays as one wishes inside. So the form should have an option for more of that set of inputs.
At the same time it must refresh a image on the page after saving the settings to either the temp settings file or the finished settings file.
I am not worried about bling... It must just do the job and be functional.
If it would help. I could slap together a basic look of what I want without any scripts in.
Now dont start posting scripts here, every field is specific and I would like to send a copy of the dev script that the settings apply too to you.
I will give a list of all the settings and the order in which they must appear and what they must save.
Post yay or nay if you have a clue as to what I want, could oblige and for what fee in credits... What I have is what I have and thats all I can offer.
This is for the testing of a project I have been working on for over a week. Its not perfect and can do with a whole load more options and improovments. But it works well and has lots of room for growth. I am indefinatly willing to put credit to this person, in respect to the work that they put towards it either the testing or the script itself.
I have no clue as to what to offer for this, as I also dont know how much work is involved.
Let me explain what is requiered.
The form/s must have variouse inputs from drop boxs to check boxs.
Each of these needs to be written to either of 2 php settings files. Maybe the file should be cleared and written from scratch each time to avoid getting things wrong.
eg:
user inpputs : my name is JD
written to the file :
<?php
global $username;
$username = **write here 'my name is JD'**;
?>
There needs to be a preview and save button.
The buttons must pop up when 2 reqiered fields arn't inputed correctly and say fill in those.
If they are filled in.
If preview was clicked, it must just write to a temporary php settings file.
If save was clicked it must save 1 input to the filename and the rest to that file.
This is where it gets alittle more complex.
The 2 main sets of user inputs go to a php data structure that can have as many arrays as one wishes inside. So the form should have an option for more of that set of inputs.
At the same time it must refresh a image on the page after saving the settings to either the temp settings file or the finished settings file.
I am not worried about bling... It must just do the job and be functional.
If it would help. I could slap together a basic look of what I want without any scripts in.
Now dont start posting scripts here, every field is specific and I would like to send a copy of the dev script that the settings apply too to you.
I will give a list of all the settings and the order in which they must appear and what they must save.
Post yay or nay if you have a clue as to what I want, could oblige and for what fee in credits... What I have is what I have and thats all I can offer.
This is for the testing of a project I have been working on for over a week. Its not perfect and can do with a whole load more options and improovments. But it works well and has lots of room for growth. I am indefinatly willing to put credit to this person, in respect to the work that they put towards it either the testing or the script itself.