
Alison
Caspio Moderator-
Content Count
127 -
Joined
-
Last visited
-
Days Won
10
Alison last won the day on July 20 2020
Alison had the most liked content!
About Alison
-
Rank
Advanced Member
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Hi @Ioannis, You may request this application to be uploaded into your account and check the code how it was created. Also, you may follow this article for anothere approach: https://howto.caspio.com/tech-tips-and-articles/common-customizations/how-to-create-date-specific-new-record-links-in-calendar-datapages/
-
Alison started following "Enable sticky header row" option disabled, Which fields are 'data fields'?, Search form same page: HOLD search criteria after hitting Search and 6 others
-
Which fields are 'data fields'?
Alison replied to TeamVilla's question in Tables, Views and Relationships
Hi @TeamVilla, There are different data types in tables. Refer this article for the details: https://howto.caspio.com/tables-and-views/data-types/ Logos can b e added as pictures to the File data type or it can be added as a full link in the File type or in the Text255. More details can be found here: https://howto.caspio.com/tech-tips-and-articles/common-customizations/tech-tip-5-ways-to-customize-the-look-of-your-datapages/- 3 replies
-
- data field
- naming
-
(and 4 more)
Tagged with:
-
Search form same page: HOLD search criteria after hitting Search
Alison replied to thanhtruong's question in General Questions
Hi @thanhtruong, You should passs and receive the external parameter on the search form: -
I have found out that to make it work whrn Responsive is enabled, the "td" should be changed to "div" when defining the button variable. Please use the following code below: <script type="text/javascript"> document.addEventListener('DataPageReady', function () { let elem = document.querySelector('input[id^="InsertRecordListStr_Field"]'); let button = document.querySelector('div[class^="cbSubmitButtonContainer"]'); elem.addEventListener('change', function() { let elemValue = elem.value.split(','); if(elemValue.includes('1')) { button.style.display = "none"; } else {
-
Hi @nehasingh, I suggest that you follow getting started videos to know more about Caspio: https://howto.caspio.com/getting-started-videos/
-
Hi @JayDub, There is a special event in Caspio that is used instead of windows.onload - it is called DataPageReady. More details can be found her: https://howto.caspio.com/datapages/ajax-loading/
-
Hi @petercohen090, You may request the application here, if you have an account with Caspio: https://www.caspio.com/apps/online-store/
-
Hi @AndrewPC, I recommend using a Cascading fom elements to get the corresponding data in the child field based on the selection in the parent field. Please look at these articles for more information: https://howto.caspio.com/datapages/datapage-components/cascading-elements/ https://howto.caspio.com/getting-started-videos/video/?cbResetParam=1&vid=E771C2496234470C93143FC9C0261E8F&menu=menu-item-27516&title=Adding Cascading Elements to DataPages https://howto.caspio.com/tables-and-views/lookup-tables/
-
Hi @Matthieu, No, it is not possible to copy-paste the design and data at the same time. You should consider importing your excel file into Caspio Bridge. Or you can create a table design and after that copy and paste the data in each field one by one. Please follow this link for more details about importing data: https://howto.caspio.com/tables-and-views/importing-data/
-
Hi @trevans, Enable sticky header row option can be enabled when you disable Responsive here:
-
What are the features of the new version of Caspio?
Alison replied to Mollie's question in General Questions
Hi @Mollie, You can check the release notes here: https://howto.caspio.com/release-notes/caspio-bridge-23-0/ -
Hi @Luger39, You may add a notification email to be sent after the form is submitted or you may create a triggered action on insert event to send an email. Please follow these articles for more detail: https://howto.caspio.com/automatic-emails/acknowledgement-and-notification-emails/ https://howto.caspio.com/tables-and-views/triggered-actions/
-
Alison reacted to an answer to a question: How to relate a table to itself
-
Hi @Ibraheemgolden, You may upadate the hidden field using a triggered action on insert action and update #inserted record. More details can be found here: https://howto.caspio.com/tables-and-views/triggered-actions/
-
How to relate a table to itself
Alison replied to arielrobaldo's question in Tables, Views and Relationships
HI @arielrobaldo, You may create a Self-join View: https://howto.caspio.com/tables-and-views/what-are-views/self-join-views/