Jeffrey F
I have a form field that is a URL. For space reasons I can't display the entire URL, so I would like to display a simple word with the URL making that word a link. For example: <href="[x]">Click</a> Why does the above not work??
I have a field that can contain one of three values: T NC a number greater than zero I'd like to display either Trace (T), NH or the number as X CM. For example: Trace, NC or 10 CM. Something like this, although it won't work since I'm using the same parameter in the same statement. [if 38 equals="T" ]Trace[/if 38] [if 38 equals="NC" ]NC[/if 38][if 38 not_equal="T" and not_equal="NC" ] [38] CM[/if 38] I went down the path of nested statements but that was a dead end since I'm using the same field it seems. help?
I need to have some kind of a select just one form field, and it needs to be required. I'm not seeing how to make that happen. Radio buttons would work best for user experience, but radio buttons don't have any "option not selected". Even a drop down doesn't seem to work? I thought I could use a "please select" as the first option with no value but that doesn't trigger the required warning either. Any suggestions? Thanks!
Is there a way to set what the rich text field toolbar uses? I'd like to edit the toolbar to just use some of the buttons if possible. Is this a tiny MCE toolbar?
On this page: http://jhavalanche.org/observations/eventObs.php You'll find a "Touch the map to mark location". Is this possible? Add on?
I have a form field for a text field. Is there a way to display in a view just the first portion of the text? I'm looking to get something of an excerpt leading to a "read more" set up. Something like this: [205 first(45)] ...this would show just the first 45 characters of the submitted text. Is this possible?