Jump to content

Maishedu

Members
  • Posts

    7
  • Joined

  • Last visited

  • Days Won

    1

Maishedu last won the day on June 24 2023

Maishedu had the most liked content!

Maishedu's Achievements

  1. Sum of Month Value and Sum of Operatig Profit and Sum of Gross Profit are all already calculated totals
  2. Hi , Does anyone know how to Put the Calculation on its Own Row. In the screenshot the sum of operating total should have its own row below grand total. Also sum of gross profit should be below. I dont want it side by side with the Sum of Month Value
  3. Want to manipulate the Divs using Javascript, The problem was solved using : <style> @media only screen and (max-width: 1024px) { div#step1 div.cbFormNestedTableContainer, div#step2 div.cbFormNestedTableContainer, div#step3 div.cbFormNestedTableContainer { display: block; } } </style>
  4. I have a calculator datapage that has fields. I have seperated the field using <div><div>{FIELDS}</div></div> For my own javascript purposes. Now the Fields are not responsive on Mobile. This is a very big caspio issue. If it could be addressed. Wrapping field around a HTML Block shouldn,t be a problem. Here is the Datapage : https://c0hcr614.caspio.com/dp/7dfc9000c648da3df3ee4446a00f
  5. Hi Gunnar, users register their account on wordpress registration form and using a hook, I pass the data to caspio using an API. The api post works on member create, member deleted and member update and member change password.
  6. Hello, I was able to solve this by passing user details to caspio user table using the Caspio API
  7. I want to implement a membership website whereby my caspio datapage will not be shown to users unless they have paid. Memberpress plugin will handle the membership. The problem is There are 2 authentications. Memberpress has wordpress login while caspio has caspio login. I want a way to have one login form or both authentication to have the same user data without having to make the user login twice. I have tried zapier whereby when a user is created the details go from wordpress to caspio users table but zapier cant pass the password field onto caspio. Kindly assist.
×
×
  • Create New...