Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #294406

    Hello,

    I use DAP as memebership-Plugin – and there are 2 questions that I couldn’t resolve myself so far:

    1. How do I integrate signupcode from DAP within the layout from enfold
    the code looks similar to :
    <div id=”stylized” class=”dap_direct_signup_form”>
    <form id=”dap_direct_signup” name=”dap_direct_signup” method=”post” action=”http://techizens.com/dap/signup_submit.php”>
    <label>First Name</label>
    <input type=”text” name=”first_name” id=”first_name” />
    <label>Email</label>
    <input type=”text” name=”email” id=”email” />
    <button type=”submit”>Sign Up</button>
    <input type=”hidden” name=”productId” value=”1″ />
    <input type=”hidden” name=”redirect” value=”http://yoursite.com/login/?msg=SUCCESS_CREATION” />
    </form>
    </div>

    2. how can I add the the “design and logic” that enfolds offers with bbpress also with the DAP signup code?

    Thanks a lot!
    Vinzent

    #294470

    Hey VinzentE!

    1) You can use the “Code Element” to insert the sign up forminto the a template.

    2) I don’t understand what you mean with ““design and logic” that enfolds offers with bbpress”? Please elaborate.

    Regards,
    Peter

    #295812

    Hi Peter,

    thanks for the response – somehow I am not getting email if there is a response…
    Anyways:

    I tried that, but it does look does not use the “style of enfold” but the DAP stye.

    to 2.)
    E.g. when I log in that it turns into a logout button & the look of the buttons & the way errorhandling is done.

    Hope that helps?

    #296238

    Hey!

    1) Please try to contact the DAP developer – maybe you can remove the default dAP stylesheet somehow – i.e. with wp_dequeue_style: http://codex.wordpress.org/Function_Reference/wp_dequeue_style and then the default Enfold form/field styles should be used instead. If some styling issues are left please post a link to the form page and we’ll look into it.

    2) Unfortunately this is beyond the scope of our support. We officially only support bbpress and not DAP, etc. If you want a logout button, errorhandling, etc. please contact the DAP developer and if he/she can’t help you you need to hire a developer/freelancer who can help you to implement these features.

    Cheers!
    Peter

    #297328

    Thanks Peter,

    as there seems to much hustle, I switched fully to woocommerce
    Thanks

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Signup-forms – use DAP code with enfold design’ is closed to new replies.