Awesome! Please, make videos about ways to create responsive app...
@Buildcamp4 жыл бұрын
I have some responsive videos lined up 🙂. Coming soon.
@jugurthadehiles9828 ай бұрын
Awesome, thank you !
@Hutchdesign3 жыл бұрын
I am having issues with auto-binding and seem to be going round in circles - getting close but no cigar! I am summing integers on one page, which is being summed on that page and being displayed in an input. This data is then stored in database A, separate from the user database. On a separate page, database A has certain fields displayed, including the ‘total’ submitted from the first page and each subsequent submission, listed in a repeating group with this data being totalled in a ‘total input’ at the bottom of the page. I need the summed integers being displayed on page 2 to be submitted to a ‘user total’ field in the User database automatically, without any buttons on user input. I have managed to get autobinding to work, to an extent, BUT I have to physically trigger the change by pressing ‘enter’ for the data to change in the user database. I cannot seem to figure out a way to automatically trigger this when the data is changed - even if it is when the button on the first page is triggered, thus triggering the event on page 2. Trying to figure out a way without having to use a google sheets API 😣🤓 Any suggestions would be really appreciated! 😁
@user-ft2md2gd4s3 жыл бұрын
Quick and easy. Perfect
@neljohnbayalas95553 жыл бұрын
Hi, I have a problem with autobind, I want the data to be displayed in inputs when I click an element. However the data is already displayed. Hope you can help me.