• Resolved uscarsfrance

    (@uscarsfrance)


    Hi.
    My page is : https://www.agnosys.com/services/recuperation-de-donnees-demande/
    I’m actually searching the way to add the title “Formulaire de prise en charge” which is just above the main target which is the CF7 form.
    I’m actually using the shortcode :
    [print-me printicon=”false” do_not_print=”.wpcf7-submit” title=”Imprimez le formulaire” target=”#wpcf7-f1015-p1012-o1″/]</p>
    What may be the target for the title ?
    Best regards.

    • This topic was modified 9 years, 1 month ago by uscarsfrance.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter uscarsfrance

    (@uscarsfrance)

    Update
    I’ve modified my title with the following code :
    <span class=elementtoprint>Formulaire de prise en charge</span>
    And then I have modified the shortcode to :
    [print-me printicon=”false” do_not_print=”.wpcf7-submit” title=”Imprimez le formulaire” target=”.elementtoprint, #wpcf7-f1015-p1012-o1″/]
    And I’ve my title in my form !
    Is that a good way to do it simply ?

    Plugin Contributor twinpictures

    (@twinpictures)

    Yes, or in your case:
    [print-me printicon="false" do_not_print=".wpcf7-submit" title="Imprimez le formulaire" target=".texttoprint1, #wpcf7-f1015-p1012-o1"/]
    Good job figuring it out on your own!
    Issue marked as resolved.

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

The topic ‘Adding the text displayed above the main target’ is closed to new replies.