Forum Replies Created

Viewing 15 replies - 1 through 15 (of 19 total)
  • I have this question as well. It appears that this used to come as a free option but now it says it’s a Premium Feature under Checkout > Emails in Woocommerce settings

    Thread Starter mstewar22

    (@mstewar22)

    Hold off, I may have found a fix..

    Same error for me as well.

    Warning: Missing argument 3 for MailChimp_API::get(), called in /home/littleg7/public_html/ruffrd.com/wp-content/plugins/mailchimp/mailchimp.php on line 841 and defined in /home/littleg7/public_html/ruffrd.com/wp-content/plugins/mailchimp/lib/mailchimp/mailchimp.phpon line 21

    Thread Starter mstewar22

    (@mstewar22)

    Any update on this issue?

    Thread Starter mstewar22

    (@mstewar22)

    Form code:

    <h3>Legal Name</h3>

    <div id=”fortyleft”>
    <p>[text* first-name placeholder “First Name*”]</p>
    </div>

    <div id=”tenleft”>
    <p>[text* middle-initial placeholder “Middle Initial*”]</p>
    </div>

    <div id=”fortyright”>
    <p>[text* last-name placeholder “Last Name*”]</p>
    </div>

    <div id=”onehundred”>
    <h3>Address</h3>
    </div>

    <div id=”onehundred”>
    <p>[text* address placeholder “Street Address*”] </p>
    </div>

    <div id=”fortyleft”>
    <p>[text* city placeholder “City*”]</p>
    </div>

    <div id=”fifteenleft”>
    <p>[select* state class:drop first_as_label “State*” “AL Alabama”
    “AK Alaska”
    “AZ Arizona”
    “AR Arkansas”
    “CA California”
    “CO Colorado”
    “CT Connecticut”
    “DE Delaware”
    “DC District of Columbia”
    “FL Florida”
    “GA Georgia”
    “HI Hawaii”
    “ID Idaho”
    “IL Illinois”
    “IN Indiana”
    “IA Iowa”
    “KS Kansas”
    “KY Kentucky”
    “LA Louisiana”
    “ME Maine”
    “MD Maryland”
    “MA Massachusetts”
    “MI Michigan”
    “MN Minnesota”
    “MS Mississippi”
    “MO Missouri”
    “MT Montana”
    “NE Nebraska”
    “NV Nevada”
    “NH New Hampshire”
    “NJ New Jersey”
    “NM New Mexico”
    “NY New York”
    “NC North Carolina”
    “ND North Dakota”
    “OH Ohio”
    “OK Oklahoma”
    “OR Oregon”
    “PA Pennsylvania”
    “RI Rhode Island”
    “SC South Carolina”
    “SD South Dakota”
    “TN Tennessee”
    “TX Texas”
    “UT Utah”
    “VT Vermont”
    “VA Virginia”
    “WA Washington”
    “WV West Virginia”
    “WI Wisconsin”
    “WY Wyoming” ] </p>
    </div>

    <div id=”thirtyright”>
    <p>[text* zip placeholder “Zip Code*”] </p>
    </div>

    <div id=”onehundred”>
    <h3>Additional Info</h3>
    </div>

    <div id=”fortyeightleft”>
    Please Select Phone Type*:<br>
    <p>[radio phone-type default:1 “Home” “Work” “Cell”]</p>
    </div>

    <div id=”fortyeightleft-clear”>
    <p>[text* phone placeholder “Phone Number*”]</p>
    </div>

    <div id=”fortyeightleft-clear”>
    <p>Date of Birth*<br>
    [date* date-of-birth]</p>
    </div>

    <div id=”onehundred”>
    <p>Social Security Number*</p></div>
    <p><div id=”tenleft2″>[text* social-one maxlength:3]</div><div id=”tenleft3″>[text* social-two maxlength:2]</div><div id=”tenleft3″>[text* social-three maxlength:4]</p></div>

    <div id=”fortyeightleft-clear”>
    <p>Email Address*<br>
    [email* email] </p>
    </div>

    <div id=”onehundred”>
    <h3>Type of Account</h3>
    </div>

    <div id=”fortyeightleft”>
    Please Select Account Type*:<br>
    <p>[select* account-type id:account-type “Individual” “Joint”]</p>
    </div>

    [group group-310]

    <div id=”onehundred”>
    <h3>Legal Name (Joint Holder)</h3>
    <div>

    <div id=”fortyleft”>
    <p>[text* first-name placeholder “First Name*”]</p>
    </div>

    <div id=”tenleft”>
    <p>[text* middle-initial placeholder “Middle Initial*”]</p>
    </div>

    <div id=”fortyright”>
    <p>[text* last-name placeholder “Last Name*”]</p>
    </div>

    <div id=”onehundred”>
    <h3>Address (Joint Holder)</h3>
    </div>

    <div id=”onehundred”>
    <p>[text* address placeholder “Street Address*”] </p>
    </div>

    <div id=”fortyleft”>
    <p>[text* city placeholder “City*”]</p>
    </div>

    <div id=”fifteenleft”>
    <p>[select* state class:drop first_as_label “State*” “AL Alabama”
    “AK Alaska”
    “AZ Arizona”
    “AR Arkansas”
    “CA California”
    “CO Colorado”
    “CT Connecticut”
    “DE Delaware”
    “DC District of Columbia”
    “FL Florida”
    “GA Georgia”
    “HI Hawaii”
    “ID Idaho”
    “IL Illinois”
    “IN Indiana”
    “IA Iowa”
    “KS Kansas”
    “KY Kentucky”
    “LA Louisiana”
    “ME Maine”
    “MD Maryland”
    “MA Massachusetts”
    “MI Michigan”
    “MN Minnesota”
    “MS Mississippi”
    “MO Missouri”
    “MT Montana”
    “NE Nebraska”
    “NV Nevada”
    “NH New Hampshire”
    “NJ New Jersey”
    “NM New Mexico”
    “NY New York”
    “NC North Carolina”
    “ND North Dakota”
    “OH Ohio”
    “OK Oklahoma”
    “OR Oregon”
    “PA Pennsylvania”
    “RI Rhode Island”
    “SC South Carolina”
    “SD South Dakota”
    “TN Tennessee”
    “TX Texas”
    “UT Utah”
    “VT Vermont”
    “VA Virginia”
    “WA Washington”
    “WV West Virginia”
    “WI Wisconsin”
    “WY Wyoming” ] </p>
    </div>

    <div id=”thirtyright”>
    <p>[text* zip placeholder “Zip Code*”] </p>
    </div>

    <div id=”onehundred”>
    <h3>Additional Info (Joint Holder)</h3>
    </div>

    <div id=”fortyeightleft”>
    Please Select Phone Type*:<br>
    <p>[radio phone-type default:1 “Home” “Work” “Cell”]</p>
    </div>

    <div id=”fortyeightleft-clear”>
    <p>[text* phone placeholder “Phone Number*”]</p>
    </div>

    <div id=”fortyeightleft-clear”>
    <p>Date of Birth*<br>
    [date* date-of-birth]</p>
    </div>

    <div id=”onehundred”>
    <p>Social Security Number*</p></div>
    <p><div id=”tenleft2″>[text* social-one maxlength:3]</div><div id=”tenleft3″>[text* social-two maxlength:2]</div><div id=”tenleft3″>[text* social-three maxlength:4]</p></div>

    <div id=”fortyeightleft-clear”>
    <p>Email Address*<br>
    [email* email] </p>
    </div>

    [/group]

    test text

    <div id=”fortyeightleft-clear”>
    <p>[submit class:sendform “Submit”]</p>
    </div>

    ——–

    Conditional Tags settings:

    if [account-type] equals “Joint” then show [group-310]

    Thread Starter mstewar22

    (@mstewar22)

    sent, thanks!

    Thread Starter mstewar22

    (@mstewar22)

    That is close. We can edit the users in “Users” but when we intially set this up, it was saving all the required info (business name, how you found us, address, etc), but now it seems it is collecting that info but not saving it. So when we go to Users > All Users > Edit User those required fields are shown in the profile but are blank. This is a new problem, maybe with the latest WP update?? I can send you access if you want to get that info on a private conversation as well..

    Thread Starter mstewar22

    (@mstewar22)

    Yeah, sorry, never used Toolset and haven’t heard a thing from support on here, so I had to go another route….best of luck!

    Thread Starter mstewar22

    (@mstewar22)

    I was using it in conjunction with another plugin called Profile Builder and I think they had issues working together. I found a plugin called “New User Approve – Ignore Password Reset” that may help you, but I ended up just making a small concession and upgrading the Profile Builder plugin that had a similar feature.

    You can get the Password add-on plugin here:
    https://www.memberpress.com/user-manual/admin-approval-for-new-members/

    Thread Starter mstewar22

    (@mstewar22)

    Any update on why the submit button, which is after the [/group] tag is being hidden?

    https://kellogg-fcu.org/open-an-account/

    Thread Starter mstewar22

    (@mstewar22)

    Any update on this issue?

    Thread Starter mstewar22

    (@mstewar22)

    the upper form, in the content, not the one in the footer

    Thread Starter mstewar22

    (@mstewar22)

    Still not working properly i don’t think. I marked several applications with 2-4 stars, then went to filter and chose 4 stars. Only one was shown at the top. That was the only field I put any info into…

    Thread Starter mstewar22

    (@mstewar22)

    My client has a cleaning business and is accepting applications. He is saving almost all of them, but would like to save some of the better ones in a designated area perhaps. Maybe a folder type system, or a “saved applications” beyond just having them there on the applications page.

    I also wrote about the star rating system not filtering properly, this could potentially be a way around creating a separate area as well…

    Thread Starter mstewar22

    (@mstewar22)

    That did not work, but I found a workaround if anyone else has the same question.

    p.testimonial_content {
    background-color:#572760;
    }

    Even setting background to transparent or none resulted in a black background with my theme, obviously something elsewhere is overrriding it. I did a spot color sample to find out the color of the widget area and matched it with my code above.

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