I have a form that I want prices to appear when data in a textfield is
present. So If "TextField A" contains any data have TextField B show
$20.00. If "TextField A" becomes blank "TextField B" is blank also.
I am still having difficulty making this script operate. I will try to
explain myself better. I have 3 fields and 31 possible locations to
assign the textfield data.Please look at my code and tell me if you can
determine where Im going
wrong.http://www.myschooljacket.com/Jacketformneedhelp.pdf
Thank you for the help I have recieved. I have 2 textfields that
populate one of 5 textfields by selecting a location. Each by themselves
operates correctly however when shareing the same output textfields they
each want to override one another even though seperate textfields have
been selected. Here is a sample document that might explain
better.http://www.myschooljacket.com/Jacketformhelp.pdf I have a "year"
field and a location DD that populates where on the sleeve to place the
year. I have a...
Sorry I got one more question. I need 3 text boxes and 3 location boxes
to populate the same output boxes. Right now when I do that only the
last location and its corresponding text get populated the prior text
disappears. I renamed everything what gives?
Is is possible to populate a textfield that is on a arc, arched, or half
circle? If so how is the best way to do it while keeping the text
centered. It's not worth it if I have to make seperate text fields for
each letter.
input data into textfield1 then select a location to display your data
from textfield1 and enter that location into a textfield2. location 1 is
a textfield that will display textfield1 data if chosen in textfield2.
location 2 is a textfield that will display textfield1 data if chosen in
textfield2. location3 is a textfield that will display textfield1 data
if chosen in textfield2. I hope this helps.
I want to be able to enter a number or text into a field and then select
a location for that data to be placed globally based on location
selectedhere is a form Im trying to get to
work.http://www.myschooljacket.com/OutputLocation.pdfThank you for any
help you may lend.
I have a form in which there are up charges for larger sized garments
xxLarge vs Large. I am unsure of the script to use for this. I can
generate a price from a pull down menu for the base size and send the
price to a numeric field.if (xfa.event.newText=="Letter Sweater
w/Stripes"){(jacketprice.rawValue= "129.90")} I then repeat this for
each style in the pull down, I also have check boxes named "size" and
each has a On Value coresponding to its size. so one checkbox's On Value
is "small" the ne...