ContributionsMost RecentMost LikesSolutionsRe: Set Height for Rich Text Field Never mind. I have found that increase the "number of lines" option in the field settings increase the box size. Set Height for Rich Text Field I have a form rule that automatically puts text into a rich text field but I would like the rich text field height bigger. How can I do that? I added the the formala rule to set the height to a certain number of pixels but it doesn't seem to be affecting it. SolvedRe: Create Report of Weekly Timecard Completion This is really close to what I am looking for. If I filter the results to timecards created this week it does not show me employees who created no timecards for the week since those records don't exist but I would like to see employee's with no timecards for the week as well. Is that possible? Create Report of Weekly Timecard Completion Hello, I have a timecard app and I would like to create a report that displays a yes or no if a timecard was completed for each week day. The report would show all employees. Is this possible? Or can something similar be achieved? Additionally I would also like to show a month total completion number such as 23/30 days completed. Employee Mon Tues Wed Thurs Fri Month Total Name yes no yes no yes 25/30 Name yes yes yes yes yes 30/30 Name yes no yes yes yes 15/30 Have Approve Button Direct back to the Master Record I have an approve button and right now when the user uses it it directs them to the detail record that the approval button is for. How do I change the button to have it direct them back to the page they were on before they clicked the approve button. Here is how the formula is setup now. URLRoot() & "db/" & [_DBID_Onboarding_details] & "?act=API_EditRecord&apptoken=*AppToken*&_fid_15=" & URLEncode(User()) & "&_fid_16=" & URLEncode(Today()) & "&_fid_26=1" & "&rid=" & [Record ID#] & "&rdr=" & URLEncode(URLRoot() & "db/" & Dbid() & "?a=dr&rid=" & [Record ID#]) SolvedRe: Bulk create child records from selection list Could you provide details as to how you modified the copy master and detail option to only copy the child records? Send Weekly Reminder Email based on Criteria Hello, I would like to send a weekly reminder email 7 days after the record is created and would like it to keep sending until the Est. Start Date field is filled out. Can this been done? I would like it to only send the records that they are the record owner on. As an added bonus is there is a way to have the reminder email to start up again once it reaches the date in the Est. Start Date? Re: Force Lat/Long in Decimal Degrees The character length might work, it looks like they aren't putting spaces in so doesn't look like that would work. Thank you! Force Lat/Long in Decimal Degrees Hello, Right now we have a text field for lat/long and would like to force users to only being able to put lat/long in decimal degrees instead of degrees, min and seconds. We are also open to just some sort of message displaying if they put it in the wrong format. We would like the field to remain a text field and not a numeric one. Re: Need to transform data into a new field: State name = State abbreviation Mark, I did what you suggested and it did change the State field to the abbreviations but when the user uses the address search function the state field will not populate. Is there anyway around this? I am using the new form style, maybe that has something to do with it.