Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter piterat

    (@piterat)

    how would you write it with ABSPATH?

    Thread Starter piterat

    (@piterat)

    is there a video tutorial explaining the procedure from start to finish on wordpress? I would really like to use this plugin and without it I am afraid many people may be experiencing the same issue

    Thread Starter piterat

    (@piterat)

    yes it is, which is what is confusing me. my thought is the [includeme] is not telling it to look in this location and I thought of adding ADSPATH but I am not sure how. I am uncertain what I am doing wrong so any help would be appreciated

    nevermind, I figured it out

    Hey Jeff, I am having the same issue as above. I have referenced your link which is GREAT for input text form values, but I dont understand how to input the type, name, id, value and size into the dropdown code. An example would really help. Please reference my code for a dropdown following the code you wrote:
    <p>
    <label for=”last_name<?php $template->the_instance(); ?>”><?php _e( ‘Last name’, ‘theme-my-login’ ) ?></label>
    <input type=”text” name=”last_name” id=”last_name<?php $template->the_instance(); ?>” class=”input” value=”<?php $template->the_posted_value( ‘last_name’ ); ?>” size=”20″ tabindex=”20″ />
    </p>
    <select name=”country” class=”countries” id=”countryId”>
    <option value=””>Select Country</option>
    </select>

    I would really appreciate any assistance you could provide!

Viewing 5 replies - 1 through 5 (of 5 total)