Hi I have a client that we are redoing the site for, there old joomla site uses facileforms which is no longer around.
They have a specific form on their site that does calculations, and i need this form recreating into the new site.
Could you please let me know the price for you to create this form for us, the form is located here
http://www.internationalworkpermits.com/ghsm-calculator.html
I will be able to provide access to that sites admin for all the php and script that has been added to the forms all ready for the calculations.
They have a specific form on their site that does calculations, and i need this form recreating into the new site.
Could you please let me know the price for you to create this form for us, the form is located here
http://www.internationalworkpermits.com/ghsm-calculator.html
I will be able to provide access to that sites admin for all the php and script that has been added to the forms all ready for the calculations.
Hi coldclimber,
I took a quick look at the code. It's going to ge easier to re-build from scratch rather than to reverse engineer the Facile Forms calculations. Do you or your client have the form logic? (Most of it looks very simple apart from the country drop-down.)
Bob
I took a quick look at the code. It's going to ge easier to re-build from scratch rather than to reverse engineer the Facile Forms calculations. Do you or your client have the form logic? (Most of it looks very simple apart from the country drop-down.)
Bob
Hi The form actions/logic are in the back end of facileform by this do you mean this type of code
function ff_q1_score_init(element, condition)
{
switch (condition) {
case 'pageentry':
ff_calculates();
break;
default:;
} // switch
}//ff_q1_score_init
I can supply you access to the admin of the site if need be
function ff_q1_score_init(element, condition)
{
switch (condition) {
case 'pageentry':
ff_calculates();
break;
default:;
} // switch
}//ff_q1_score_init
I can supply you access to the admin of the site if need be
Hi coldclimber,
That code means nothing to me I'm afraid.
Somewhere there must be some code - or better a client specification - that says how this page is supposed to work.
Reverse engineering the Facile Forms JavaScript is goign to be tedious, expensive and probably unreliable.
Bob
That code means nothing to me I'm afraid.
Somewhere there must be some code - or better a client specification - that says how this page is supposed to work.
Reverse engineering the Facile Forms JavaScript is goign to be tedious, expensive and probably unreliable.
Bob
This topic is locked and no more replies can be posted.
