Jump to content

gregcoiro

Members
  • Posts

    12
  • Joined

  • Last visited

  • Days Won

    1

gregcoiro last won the day on January 10 2022

gregcoiro had the most liked content!

gregcoiro's Achievements

  1. Thank you so much PotatoMato for this response. I will try your recommended solution.
  2. Hello, I have created a task that runs on a daily basis to send emails to records in a table that meet a specified criteria. I could have a user with the same email address that has multiple records in the table, but each record is slightly different. So they are not unique records, but the same email address is utilized. Is there a way to prevent this daily task from sending multiple emails to the same address even though the records are slightly different? I have tried using the "Select Distinct" From function, but I believe this only works if the entire record is unique. I would like a maximum of 1 email to be sent to 1 unique email address? Can this be done in the single task? Thank you.
  3. Perfect, thank you Sandy as I did not see that option yesterday. I appreciate the quick help.
  4. Hello, Ove the last year, I have created over 100+ Tasks within the All Assets section of my Caspio account. I am now looking to better organize these Tasks within existing apps. I cannot find a method for moving or sharing Tasks into existing apps. Is there a correct process for doing so?
  5. Hi DesiLogi, Thank you! This worked perfect as I just could not figure this out over the weekend. Thank you for the detailed explanation and providing this great solution. Appreciate your assistance and quick reply.
  6. Hi, Can I ask how you accomplished this as I have been having difficulty trying to figure out how to reference a calculated field in js. I need to essentially take the calculated field’s value and copy it into a text field on the same page? Appreciate any help.
  7. Hello, I have created a sample details page in which I have two calculated fields. I also have one editable text field in which I would like to set equal to a specific calculated field on the page. How do I set the text field via JS equal to the Calculated Field 2? I want the text field to populate with the data from the Calculated Field 2 once the page loads. Thank you.
  8. Hi Matilda, Thank you so much for the quick response and I did delete that line of code and it fixed the submit button. However, the form still does not adapt correctly when using a smart phone screen size. I'm not sure what I am doing wrong because the site is fully responsive and everything else on the site adjusts. It also appears the Caspio form adjusts up until a certain break point and then the drop-downs and text boxes no longer adapt to the size of the screen. Any other suggestions would greatly be appreciated. Once again, thank you.
  9. Hello, I have implemented the Caspio responsive code on several types of reports and they have worked perfectly. However, I am now trying to use the responsive code on a submission form and the page width does not adjust correctly. I believe it is due to the submit button within the form as it is not scaling properly. Since the submit button image does not adjust, then this impacts the overall width of my page when viewed on a mobile browser. Below is the URL: http://directlinecruises.com/carsite/freecruisebrochure.htm Any suggestion on how to control the scaling of the submit button to fix this issue? Thank you.
  10. Hello, I am trying to prevent my users from clicking the submit button multiple times on a form. Can I enable a loading message or graphic after the user clicks the submit button?
  11. Hello, I am trying to create a validation rule in a submission form. The form contains a date entry field. I want to prevent any entries in which the date field is less than 14 days from now. I would appreciate any help with this. Thank you.
  12. Hello, I have two datapages embedded into one single external html page. Each datapage performs a total sum calculation. I would like to then be able to do a simple calculation off of these two calculated values. I am looking to essentially do the following: [CalculatedField1] - [CalculatedField2] = Result Is there a piece of Javascript I can insert into the actual external HTML page? Also, if this is possible, can I write a message if [CalculatedField2] is greater than [CalculatedField1]? Thank you in advance from a long-time and very loyal Caspio client.
×
×
  • Create New...