• Hello,
    there is no meta checkbox type for map editor. Can you add this type in the list of types please ?

    Thanks,
    Killian

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Joe

    (@morehawes)

    Hi @killiandev7,

    Are you requesting the ability to disable the editor?

    Cheers,

    Joe

    Thread Starter killiandev7

    (@killiandev7)

    Hello @morehawes,
    no I just would like to add a checkbox field to the submission form of a map, in order to ask the user to accept the general publishing conditions.

    Plugin Author Joe

    (@morehawes)

    Hi @killiandev7,

    I will think on how to add this. In the mean-time, a simple work-around could be to add some text to the page that states “By clicking Submit you accept…”.

    Alternatively you could achieve this with some custom jQuery like:

    jQuery('form#waymark-map-add').submit(function() { 
      return confirm('Do you agree?')
    });

    I hope this helps.

    Cheers,

    Joe

    Thread Starter killiandev7

    (@killiandev7)

    Thanks it will be great ! Thanks also for the little tip.
    If you can add some new meta type such as Image (for the Featured Image of the map) and custom select (with for example choice of taxonomy, but in order to do this you have to create also the possibility of adding taxonomy to Waymark map..) it will be helpful and would expand the customization possibilities of the plugin !

    Best regards,
    Killian

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Feature request : checkbox type meta for submission’ is closed to new replies.