top of page

Forum Posts

Northeast Wisconsin Weather
Apr 22, 2020
In Coding with Velo
Hello, I need some help with this code. Here's what I need done: So where it says "Severe Weather Alert" it is going to have different text. I want it to be able to take that information from my database (I already figured that out) Now, what I need is when it says "Severe Weather Alert", I want the background color of the black bar to be red. When it says "Forecast Alert", I want the color to be green and so on. I don't know how to import my database information into the if/then statements. I know this may be confusing, but I can answer any questions you may have. Thanks in advance!! Caden
Help with If/Then Statements content media
0
0
63
Northeast Wisconsin Weather
Apr 13, 2019
In Coding with Velo
Hi, I am trying to display time from a User Input (I'm using the Time Picker element to allow users to input a time easily). The "Time" field as you can see from the picture below. Everything works great up to this part.. When I go to display the time from my database with a text box, it doesn't allow me to click the "Time" field. Thanks in advance!
Displaying Time from Database content media
1
3
1k
Northeast Wisconsin Weather
Apr 07, 2019
In Coding with Velo
I was wondering if there was a way to refresh a certain page after a set amount of seconds? Thanks
0
14
2k
Northeast Wisconsin Weather
Mar 23, 2019
In Coding with Velo
Hi, I run a weather website and I am trying to display ONLY severe weather warnings I enter on my website. For example, I have a "Severe Weather Central" page. I only want to display the warnings that contain "Tornado" OR contain "Severe Thunderstorm". How do I do this? When I put both of those words in the Filter it won't show anything because the entry doesn't contain both "Tornado" and "Severe Thunderstorm". Thanks!
0
1
17
Northeast Wisconsin Weather
Feb 20, 2019
In Coding with Velo
Hi! I run a weather page. I've recently discovered the Triggered Email features. I have a weather alert system where I can add Weather alerts to a database and it will display on pages where I want it to. I was wondering if people can sign up for a specific county and if the county is in the alert when I add it to the database, it will send a Triggered Email. Please let me know and thanks in advance!
0
1
33
Northeast Wisconsin Weather
Feb 12, 2019
In Coding with Velo
Hi, I am trying to hide elements based on a text box's text. Right now, I have the text box defaulted to "No Alerts" when there is no data coming in from the database. When it says "No Alerts" i need 3 other text boxes to hide. When there is data coming in, I need them to show as they show data from the database as well. Here is my code: $w.onReady(function () { if($w('#text3').text ==="NO ALERTS!"); { $w('#text4').hide(); $w('#text5').hide(); $w('#text6').hide(); } }); *NOTE: This is a weather website trying to display weather alerts.
Hiding an Element Based on Database Data content media
0
11
1k

Northeast Wisconsin Weather

More actions
bottom of page