Navigation

    APPDRAG Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular

    REMINDER

    Please be respectful of all AppDragers! Keep it really civil so that we can make the AppDrag community of builders as embracing, positive and inspiring as possible.

    I can't change form code.

    General Discussion
    3
    3
    221
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      Milan Labudovic last edited by

      Hey guys. I'm trying to add custom code to form and after adding and saving it's just not saving code. (I'm not getting any errors or alerts).

      1 Reply Last reply Reply Quote 0
      • Joseph Benguira
        Joseph Benguira last edited by

        Hey Milan

        The standard form component is auto generated, meaning you can't modify the source code for that one because it will be constantly regenerated, this one and sliders/galleries are the only components auto generated that you can't edit.

        FYI a good option if you need to customize the code is to use Cloud Backend Inputs to build your custom form instead.
        This wway you can fully customize the code and the process 🙂

        1 Reply Last reply Reply Quote 0
        • Daniel Mulroy
          Daniel Mulroy last edited by

          @Milan-Labudovic, Joseph may or may not have answered your question.

          If you're using a Cloud Backend function for form submission, you can add custom javascript for each value, or execute custom javascript script before or after submitting to CloudBackend.

          I do this myself 🙂 See below.

          Click on your submit button -> Action -> Cloud Backend ->
          Screenshot 2020-08-04 22.03.05(2).png

          If you are talking about custom CSS, maybe you can add a custom class you define elsewhere, or some custom styles here:
          Brush icon -> Identification (Advanced) ->
          Screenshot 2020-08-04 22.08.14.png

          1 Reply Last reply Reply Quote 1
          • First post
            Last post