Hey Kelly, Firstly, welcome to team purple Great question to be asking - best practice is absolutely to use global forms wherever feasible as it ensures consistency, accurate capt...
Hey Matt,What kind of report are you looking at for this? What do you want to achieve, exactly (i.e., filter out specific types, group by specific types)?This is generally where Pr...
Hey Christina,There's a couple of other examples of similar issues in community; you might be able to find the solution to this in those threads. If you can't, we'll need you to sh...
Some great fundamentals here that are often missed! Always surprised at how many people don't check/change the auto-generated text version (note this can be risky as it won't neces...
Hey Jessie,First, when you say you "forwarded a sample", do you mean you sent them a test out of the system, or that you forwarded them a test that you received? If the latter, for...
Hey Pete,You can generally do this pretty easily with CSS media queries. It tends to look something like this: @media only screen and (max-width: 380px){ .hide-mobile { ...