Search found 19 matches

Go to advanced search

by Ryan Bloom
Sat Feb 16, 2013 4:55 pm
Forum: Issues
Topic: How to add two fields and display in text area?
Replies: 28
Views: 1683
 
Jump to post

How to add two fields and display in text area?

I have tried what I believe to be the right function but it is still not working, the code is: var ap = Tiggzi('AP').val(), totalcost = Tiggzi('TotalCost').text(), mp = Tiggzi('MP').val(); var apNumber = parseFloat(ap), totalprice = parseFloat(totalcost), mpNumber = parseFloat(mp); if (totalpriceNum...
by Ryan Bloom
Sat Feb 16, 2013 6:02 am
Forum: Issues
Topic: How to add two fields and display in text area?
Replies: 28
Views: 1683
 
Jump to post

How to add two fields and display in text area?

Would it be possible to accomplish this through the set property event through the tiggzi interface instead of using javascript?

by Ryan Bloom
Sat Feb 16, 2013 5:38 am
Forum: Issues
Topic: How to add two fields and display in text area?
Replies: 28
Views: 1683
 
Jump to post

How to add two fields and display in text area?

Hi Max,

The field TotalCost is a label field so I have it set at .text which should work, It is still not alerting.

by Ryan Bloom
Sat Feb 16, 2013 5:38 am
Forum: Issues
Topic: How to add two fields and display in text area?
Replies: 28
Views: 1683
 
Jump to post

How to add two fields and display in text area?

var ap = Tiggzi('AP').val(), totalcost = Tiggzi('TotalCost').text(), mp = Tiggzi('MP').val(); var apNumber = parseFloat(ap), totalprice = parseFloat(totalcost), mpNumber = parseFloat(mp); if (totalpriceNumber < 7000) { totals= "TooSmall" } alert("The Total Is Too Small);
by Ryan Bloom
Sat Feb 16, 2013 12:28 am
Forum: Issues
Topic: How to add two fields and display in text area?
Replies: 28
Views: 1683
 
Jump to post

How to add two fields and display in text area?

Hello again Marina, I am looking to set an alert that is based off of a minimum value for the "TotalCost". I want to have the alert happen once the calculation happens for the TotalCost. If the TotalCost is less than 7,000 I want to have an alert pop up saying The Total Is Too Small and th...
by Ryan Bloom
Fri Feb 15, 2013 9:57 pm
Forum: Issues
Topic: Force mobile numerical keyboard for input fields
Replies: 3
Views: 313
 
Jump to post

Force mobile numerical keyboard for input fields

Android and iOS devices

by Ryan Bloom
Fri Feb 15, 2013 8:59 pm
Forum: Issues
Topic: Force mobile numerical keyboard for input fields
Replies: 3
Views: 313
 
Jump to post

Force mobile numerical keyboard for input fields

Hello,

I am trying to force the mobile numerical keyboard to pop up by default when choosing an input. I have tried adding property: number and tel which both have not worked. Any help would be much appreciated.

by Ryan Bloom
Thu Feb 14, 2013 7:00 pm
Forum: Issues
Topic: How to add two fields and display in text area?
Replies: 28
Views: 1683
 
Jump to post

How to add two fields and display in text area?

Thank you very much Marina, you have been very helpful.

by Ryan Bloom
Thu Feb 14, 2013 2:39 pm
Forum: Issues
Topic: How to add two fields and display in text area?
Replies: 28
Views: 1683
 
Jump to post

How to add two fields and display in text area?

That worked beautifully! If I want to take that result and divide by 173 how would I do that? I tried to change the equation and have it display the result in textarea "HourlyCost" but it would not work. Thank you again!

by Ryan Bloom
Thu Feb 14, 2013 7:35 am
Forum: Issues
Topic: How to add two fields and display in text area?
Replies: 28
Views: 1683
 
Jump to post

How to add two fields and display in text area?

Marina,

I have one more question: would it be possible to take the total of that calculation and divide it by the input "Years" which is the number of years in the screenshot?

Go to advanced search