• Resolved Ruurd de Wind

    (@geoclaps)


    Hello, first of all: what a great plugin!

    1) I have been trying some values and it’s working like a charm. I was wondering what the best way is to add a color picker or a color select to the fields. I need to get my customers select a specific color from wich a value is being given. This value adds up to the total sum.

    2) Secondly, the plugin is taking 2 to 3 seconds to load on the front end. Is there a standard way to include a preloader gif image so people know the page is actually doing something?

    Can you please tell me what is the best way to manage this?

    https://www.ads-software.com/plugins/calculated-fields-form/

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    To include a color picker will be required to include some additional libraries and controls, however, you can insert a radio button field, where each choice can be:

    The value of the choice would be the color’s code, for example: #FF0000

    And the text of the choice would be a span tag, as follows: <span style="color:#FF0000;">Red</span>

    So the radio buttons will allow the user select the color with a visual representation.

    About your second question, the form is generated with JavaScript after loading the webpage, however, the pro version of the plugin includes the option for storing the form in cache to increase its performance.

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Color picker addon’ is closed to new replies.