Home Forums Newsletter Plugin Support Modify {profile_form} placeholder?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #49495
    Mkt
    Participant

    Hello,

    We had like to modify the {profile_form} in order to add some text in between the elements as shown below:

    How can this be achieved through the plugin? We can inject the text via javascript but it’s not the best way to handle this issue.

    Thanks.

    (We are a paid customer)

    #49505
    Stefano
    Keymaster

    The profile form cannot be customized since it contains code to be populated, you should modify the plugin core to change it.

    Stefano.

    #49590
    crazyfitnessguy
    Participant

    I want a refund because this plugin is hard to setup and when i try to view my support ticket it says I am now allowed. Also I have a subscription plan and when I try to make a priority support ticket all i get is a redirect back to the subscription page. What a bad plugin and lousy support options.

    #50072
    Guido.
    Participant

    Sorry you are wrong, this is the best plugin there is. No limits to try it before you could take the (low priced) premium-option and easy to learn how to use by just using it. Haven’t found a better system for this price.

    #100123
    Andrea
    Participant

    Just a suggestion: U can do it using the :before :after CSS reference.
    I use it to insert a formatted text before le lists checkboxes:

    .tnp-lists:before{
    	content: "Ricevi le informazioni riguardo a:";
    	font-size: 15px;
    	font-family: "Montserrat";
    	font-weight: 800;
    	display: block;
    	color: #333;
    	margin-bottom: 0.25em;
    }
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.