Forum Replies Created

Viewing 15 replies - 1 through 15 (of 23 total)
  • Thread Starter Leona

    (@wp-leona)

    Single Site install.

    Thread Starter Leona

    (@wp-leona)

    Nope, nothing else installed that affects permissions or roles.

    Thread Starter Leona

    (@wp-leona)

    You really want me to type that all out? Ok here goes.

    administrator
    Event Capabilities
    publish_events x
    delete_others_events x
    edit_others_events x
    delete_events x
    edit_events x
    read_private_events x

    Recurring Event Capabilities
    publish_recurring_events x
    delete_others_recurring_events x
    edit_others_recurring_events x
    delete_recurring_events x
    edit_recurring_events x

    Location Capabilities
    publish_locations x
    delete_others_locations x
    edit_others_locations x
    delete_locations x
    edit_locations x
    read_private_locations x
    read_others_locations x

    Other Capabilities
    delete_event_categories x
    edit_event_categories x
    manage_others_bookings x
    manage_bookings x
    upload_event_images x

    editor
    Event Capabilities
    publish_events x
    delete_others_events x
    edit_others_events x
    delete_events x
    edit_events x
    read_private_events x

    Recurring Event Capabilities
    publish_recurring_events x
    delete_others_recurring_events x
    edit_others_recurring_events x
    delete_recurring_events x
    edit_recurring_events x

    Location Capabilities
    publish_locations x
    delete_others_locations x
    edit_others_locations x
    delete_locations x
    edit_locations x
    read_private_locations x
    read_others_locations x

    Other Capabilities
    delete_event_categories x
    edit_event_categories x
    manage_others_bookings x
    manage_bookings x
    upload_event_images x

    As I said I’ve set up the edit with exactly the same rights as Admin.

    Thread Starter Leona

    (@wp-leona)

    Arr, ok got it working, I had missed that I needed the form number, and the docs confused me a little.
    I do think the docs need a little work, they’re not clear, took me a while to work it out.
    It also works with ‘Selects’ that should be mentioned.
    So I would add a ‘Select’ docs example eg.

    For Forum number 1, with 4 fruit options,
    Create a new field, select ‘Select’ from Type.
    Give the field a tag name, eg fruits, add a form label of your choice.
    Add the options, eg
    Apples
    Bananas
    Oranges
    Pears

    The url has the following parameters, (ignoring the brackets)
    ?[formNumber][tagName]=[optionNumber]

    So to preselect Bananas, from the first form, use the following url parameters
    ?1fruits=2

    • This reply was modified 8 years ago by Leona.
    Thread Starter Leona

    (@wp-leona)

    Ok I’m reading the docs but I’m not ‘getting it’
    So the docs read
    Version 4.x and newer:
    [form number]tag=[option number] (checked)
    Example: form 3 using extra field 7 for radio (select option 2, no)
    (Do you like Onions? yes, no)
    ?&3tag=2 (no) will be selected

    So what do I put in the ‘Select Options’?
    I have 4 options
    1,’2 Cycles Per Hour’
    2,’4 Cycles Per Hour’
    3,’6 Cycles Per Hour’
    4,’1 Cycles Per Day’
    So I’d do /contact-us/?hire=1
    Would select ‘2 Cycles Per Hour’
    I just can’t see how I can make that happen from the options.

    Thread Starter Leona

    (@wp-leona)

    Thank you, yes I’ve set that all up, but no form appears for a user with the correct privileges.

    Arr, got it, thanks, it was in the docs I had to create an empty page as assign it. Sorted, thanks.

    • This reply was modified 8 years ago by Leona.
    Thread Starter Leona

    (@wp-leona)

    One more question, are these fields customisable, it appears in the docs that these are fixed fields, ie name, address, etc, but if I wanted ‘campaign’ can I have that, the docs are not clear here.

    • This reply was modified 8 years ago by Leona. Reason: wanted to be notified of replies
    Thread Starter Leona

    (@wp-leona)

    Thank you, yes this does appear to be what I’m looking for, thank you.

    Thread Starter Leona

    (@wp-leona)

    Its not live yet, still developing, is there anything else I can provide?

    Thread Starter Leona

    (@wp-leona)

    which seems to be caused by Input radio fields: being set to width:22px; height:32px;
    But what if I don’t want this, removing it, just brings it back.

    Thread Starter Leona

    (@wp-leona)

    Ok, there was a float:left on the input css, removing this gives me the desired effect, but for some reason the buttons become huge.

    Thread Starter Leona

    (@wp-leona)

    Ok, I have a page with 4 buttons.
    These button would pass query parameters to the contact page, eg.
    contact-form/?campaign=1 (or some value that can resolve to the form option)
    Then in the form I’d have 4 options, which would be auto selected via this query parameter.
    EG.
    <option value="1" <? if ($_REQUEST['campaign'] == 1){ $echo " selected"; } ?> > campaign 1</option>

    Thread Starter Leona

    (@wp-leona)

    On a roll here answering my own questions, someone in a white coat will soon be collecting me I’m sure.
    Anyway I discovered you can turn this box off by going to Settings > Styles and Select No for search box, then save and its gone, yay

    Thread Starter Leona

    (@wp-leona)

    I’ve managed to solve the problem, another out of date widget was causing this, and other problems, removing said plugin has fixed it, thanks.

    Thread Starter Leona

    (@wp-leona)

    Awesome tahoerock, thank you so much, that explains why I couldn’t change the text:) right images, great, I’ve not heard of tinyPNG so thank you for that tip too.
    That was very helpful, thank you.

Viewing 15 replies - 1 through 15 (of 23 total)