Search found 13 matches

by sbinns@ifguk.com
Wed Jan 08, 2025 4:16 pm
Forum: Forms
Topic: Calculation using an editbox
Replies: 1
Views: 591

Calculation using an editbox

Hi I have three editboxes, the third of which is a calculation of the inputted values of 1 & 2 That part works fine, however i want the result to be rounded up to a whole number as currently the decimal places run to infinite Javscript does this using the script Math.round(x) I have set a chnage ...
by sbinns@ifguk.com
Wed Sep 18, 2024 9:38 am
Forum: Forms
Topic: Store form info into a database
Replies: 2
Views: 2270

Store form info into a database

I have a Prize Order form that on submission send an email to ourselves. How do I also store that information on a database?
by sbinns@ifguk.com
Fri Nov 03, 2023 4:34 pm
Forum: Forms
Topic: Form Data
Replies: 21
Views: 8490

Re: Form Data

if an object remains hidded will it still be submitted as part of the form data. If its displayed I'd like it included in the auto reponder but if not displayed then not included
by sbinns@ifguk.com
Fri Nov 03, 2023 3:51 pm
Forum: Forms
Topic: Form Data
Replies: 21
Views: 8490

Re: Form Data

When a value is entered into a box I'd like another box to then display "Great Choice"
by sbinns@ifguk.com
Fri Nov 03, 2023 3:24 pm
Forum: Forms
Topic: Form Data
Replies: 21
Views: 8490

Re: Form Data

Thanks so much!

One final question is it possible to set a condition so when it is met a line of text appears in a box rather than a calculation?
by sbinns@ifguk.com
Fri Nov 03, 2023 2:04 pm
Forum: Forms
Topic: Form Data
Replies: 21
Views: 8490

Re: Form Data

I think this is what you need

https://ifguk.com/form_test/check_calc.wbs

I'm trying to get Editbox7 to be the sum of Editboxes 5,6 & 8

I can't get the expression correct
by sbinns@ifguk.com
Fri Nov 03, 2023 10:33 am
Forum: Forms
Topic: Form Data
Replies: 21
Views: 8490

Re: Form Data

Firstly, really appreciate your help and quick responses So, I have an edit box on each row that calulates the value of pts * qty I have put an edit box below those three rows which I want to be the sum of the above. I have used the expression (Number([Editbox6]))+(Number([Editbox5])+Number ...
by sbinns@ifguk.com
Fri Nov 03, 2023 9:09 am
Forum: Forms
Topic: Form Data
Replies: 21
Views: 8490

Re: Form Data

Thanks for that Sorry one other query, I am strugling to add together the values in the 4 "Points" editboxes, which are themselves calculated fields I want a final edit box that shows the su of all four, what is the correct expression? https://www.ifguk.com/form_test/index.php https://www.ifguk.com ...
by sbinns@ifguk.com
Thu Nov 02, 2023 9:53 pm
Forum: Forms
Topic: Form Data
Replies: 21
Views: 8490

Re: Form Data

Is there some one of achieving what I want as it would seem a pretty standard type of shopping form The client selects the prize they want the form then calculates the number of points. However, on the email and autorespoder It needs to show the item https://www.ifguk.com/form_test/New_Prize_Order ...
by sbinns@ifguk.com
Thu Nov 02, 2023 6:35 pm
Forum: Forms
Topic: Form Data
Replies: 21
Views: 8490

Re: Form Data

I am making some good progress. However I have a combobox which I'd like the text to be show in the autoresponder not the value, how do I do that?
by sbinns@ifguk.com
Thu Nov 02, 2023 3:54 pm
Forum: Forms
Topic: Form Data
Replies: 21
Views: 8490

Re: Form Data

Hi

I think that has work, let me progress a little more. I'll come back to you if I still have some issues
by sbinns@ifguk.com
Thu Nov 02, 2023 2:09 pm
Forum: Forms
Topic: Form Data
Replies: 21
Views: 8490

Re: Form Data

Yes on the success page all I have at the moment is a line of text that now reads

Dear $First_Name$

When I submit the form the success page appears but with the text

Dear $First_Name$

What I want inserted is the First_Name they entered into the form page
by sbinns@ifguk.com
Thu Nov 02, 2023 12:55 pm
Forum: Forms
Topic: Form Data
Replies: 21
Views: 8490

Form Data

Hi I have a first name field in my form <input type="text" id="Editbox14" style="position:absolute;" name="First_Name" value="" tabindex="16" spellcheck="false" title="First Name"> I want the thank you page to say Thank you First Name I've added this line but it doesn;t work what is the correct ...