-
Content Count
24 -
Joined
-
Last visited
-
Days Won
1
LimBL last won the day on July 15 2016
LimBL had the most liked content!
About LimBL
-
Rank
Member
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
LimBL changed their profile photo
-
Trigger Event on Fields Change
LimBL replied to LimBL's topic in User JavaScript and CSS Discussions
Thanks May i ll give it a try. thanks again -
hi. any advice on this?
-
hi folks, im trying to implement an event whereby when the user changes a dropdown to a value say "sold", it will trigger an event to congratulate the user and allow him to input some fields on a new page. any javascript event i can use to implement such kind of event? thks
-
hi, i used iframes to 'embed' my results page onto a frontend web page. it works well on windows n android but d scrolling function display badly on ios devices. anyway i can tackle this issue? once again, thanks a lot!
-
Conditionally Show Fields on Results Page
LimBL replied to LimBL's topic in User JavaScript and CSS Discussions
Thanks Guys!! You have been a fantastic help!! -
Thanks ccarls3. Greatly appreciate! i ll give it a try
-
Hi all. need help on this one... is there a way to create an autocomplete with validation? 1) that is, if the user were to key in a name and this name is not found in the lookup table, they will be informed to find another name 2) even better, if the name is not found, it can prompt the user to add a new name to this table by pointing them to a new form to fill up dropdown can serve (1), however, on mobile browsers, d dropbox element does not allow users to type in the first letters to get to the part which starts with those letters. my list is very long so it will be very
-
JEllington reacted to an answer to a question: Some Parameters Doesn't Show and Also show older data?
-
Hi. is there any way to make a html page dynamic such that when there are more results displayed, d page height can adjust accordingly. now i have a display issue whereby i have to set my godaddy or wix page height to a large number (for my embedded code) so that it can show more results. when there are only a few results, d page height will remain and there ll b a lot of blank spaces below the results which looks unprofessional im probably dreaming but ll b even better if can do scrolling like facebook? whereby the app ll shows only 6 results and when the user scrolls to the 6th result,
-
Some Parameters Doesn't Show and Also show older data?
LimBL replied to LimBL's question in Parameters
Haha. thanks may. you have been a wonderful help! if im in ya country, i owe u a drink. truly n sincerely -
Move to top item on Next Page on List
LimBL replied to LimBL's topic in User JavaScript and CSS Discussions
Hi may, thanks for d reply. However, ll disabling ajax slow down d page loading because i read on d internet that ajax speeds up page loading. is there any other way to force the page to d top using javascript or others? thanks -
Move to top item on Next Page on List
LimBL replied to LimBL's topic in User JavaScript and CSS Discussions
Hi. Anyone can help on this? Thanks -
Insert 2 conditional fields upon submit
LimBL replied to LimBL's topic in User JavaScript and CSS Discussions
Thanks EIQ! Appreciate -
Hi. I created a list report which shows max of 6 items per page. I realized when there are more than 1 page, when d user go to the next page, it only shows the bottom of the next page and doesnt go to the top. Is there any javascript or caspio datapage setting i need to set which will automatically bring my user to the top of the page on the next page? Thanks
-
Hi. Is there any way i can insert a default value into a hidden field if the value of another field is of a certain value. Eg... If field 1 is "apple", when user clicks submit, d app ll insert "red" into field 2 If field 1 is "egg", when user clicks submit, d app ll insert "brown" into field In both cases, user ll only get to select field 1, not field 2 Many Thanks