maybe I'm really to stupid but since 2 hours now I try to get this form displayed on my website… Could somebody maybe please give me an idea how to get a link together which I can put at my website?
What I need to do: get a link so ANY visitor of my page can click, then sees this form and can fillout and submit the form I created.
I guess all is ok, form is set, plugin activated, anything looks fine but I am not able to find or even create any link
or something which I can use to get this form displayed on my site.
Tried all options as well, not even the button will be displayed, whatever I try.
Please, ANY idea where I can find the link to this php page so I can pit this link on
yes, 123 times i read all that, but, sorry, as I saif, maybe I am staying on the pipe…
*******2.Inserting a form
f you like to do it the old-fashioned way using tags, make sure to use <!–cforms–> for the first form and/or <!–cformsX–> for your other forms to include them in your Pages/Posts.*******
..so, what exactely means that?
What do I need to insert in e.g. sidebar, if I only want a link (maybe named as: click here to use form)?
no idea, sorry……
I customized the form, everything is done but I do not find any code or any possibility to get this shown on my page, sorry
******However, using the TinyMCE Button is much more elegant and safer (double check if Button Support is enabled!).******
tried that: nothin happens, nowhere any button which I could see…
sorry, I really need some clear simple answers. Thanks.
I am trying for couple of hours now to install a tell-a-friend page, but I cannot manage it.IN the suggested implementation options, as described in the `help`, I want to install it on a page.
I follow the guidelines:
Simply add a <?php insert_cform(#); ?> (# = your form id) to your existing single.php and/or page.php template, e.g:
[...] <?php the_content('<p>Read the rest of this entry »</p>'); ?> <?php if ( is_tellafriend( $post->ID ) ) insert_cform(#); ?> [...]
-> I go to edit page.php, but, in the code, I only see this:
<div class="entry"> <?php the_content();?> </div>
…
So, then I installed it like this:
<div class="entry"> <?php the_content();?>
<?php if ( is_tellafriend( $post->ID ) ) insert_cform(stuur door naar een vriend !); ?>
But that does not work… when I post a new page, and when I click `add t-a-f-form`I got the error that
there is something wrong in my code:
Parse error: syntax error, unexpected T_STRING in /home/steven/public_html/blog/wp-content/themes/options/page.php on line 8