Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter lra115

    (@lra115)

    I got it! But thank you very much

    Thread Starter lra115

    (@lra115)

    Hi,
    unfortunately the web website is only internally accessible. But can you tell me how I have to address the font of the button and where?

    Thread Starter lra115

    (@lra115)

    Hi,
    sure. That is my CF/ form:

    
    <label>
    <h1>EDV-Zugangsberechtigung</h1>
    </label>
    
    <div class="beschaeftigung"><label>Beschäftigungsverhältnis [select* reason "-- Bit-te wählen Sie aus --" "Neueinstellung" "Sachgebietswechsel" "Wiedereinsteiger" "Be-rechtigungsänderung" "Sonstige Beschäftigungsverhältnisse"]</label></div>
    
    [group neueinstellung]
    <div class="box2"><label> Nachname (Pflichtfeld) [text* your-surname] </label></div>
    <div class="box2"><label> Vorname (Pflichtfeld) [text* your-name] </label></div>
    <div class="box2"><label> Eintritts-/ Wechseldatum [text entry-date] </label></div>
    <div class="box2"><label> Austrittsdatum (bei zeitlicher Befristung) [text departure-date] </label></div>
    <div class="box6"><label> SG [text subject-area] </label></div>
    <div class="box8teil2"><label> Zimmer neu [text your-new-room] </label></div>
    <div class="box6teil3"><label> Telefonnummer [tel tel-455] </label></div>
    <div class="box7teil2"><label> PC-Name [text* your-pc-name] </label></div>
    [/group]
    
    [group sachgebietswechsel]
    <div class="box2"><label> Nachname (Pflichtfeld) [text* your-surname] </label></div>
    <div class="box2"><label> Vorname (Pflichtfeld) [text* your-name] </label></div>
    <div class="box2"><label> Eintritts-/ Wechseldatum [text entry-date] </label></div>
    <div class="box2"><label> Austrittsdatum (bei zeitlicher Befristung) [text departure-date] </label></div>
    <div class="box6"><label> SG [text subject-area] </label></div>
    <div class="box6"><label> SG neu [text new-subject-area] </label></div>
    <div class="box7"><label> Zimmer [text your-room] </label></div>
    <div class="box8"><label> Zimmer neu [text your-new-room] </label></div>
    <div class="box7"><label> PC-Name [text* your-pc-name] </label></div>
    [/group]
    
    [group wiedereinsteiger]
    <div class="box2"><label> Nachname (Pflichtfeld) [text* your-surname] </label></div>
    <div class="box2"><label> Vorname (Pflichtfeld) [text* your-name] </label></div>
    <div class="box2"><label> Eintritts-/ Wechseldatum [text entry-date] </label></div>
    <div class="box2"><label> Austrittsdatum (bei zeitlicher Befristung) [text departure-date] </label></div>
    <div class="box6"><label> SG [text subject-area] </label></div>
    <div class="box7"><label> Zimmer [text your-room] </label></div>
    <div class="box8"><label> Telefonnummer [tel tel-455] </label></div>
    <div class="box7"><label> PC-Name [text* your-pc-name] </label></div>
    [/group]
    
    [group berechtigungsaenderung]
    <div class="box2"><label> Nachname (Pflichtfeld) [text* your-surname] </label></div>
    <div class="box2"><label> Vorname (Pflichtfeld) [text* your-name] </label></div>
    <div class="box6teil2"><label> SG [text subject-area] </label></div>
    [/group]
    
    [group sonstige beschaeftigungsverhaeltnisse]
    <div class="box"><label>  Angabe der Beschäftigungsart [text* other-employment-type placeholder "Auszubildende/r, Praktikum, Volontariat, Abordnung von anderen Behörden"] </label></div>
    <div class="box2"><label> Nachname (Pflichtfeld) [text* your-surname] </label></div>
    <div class="box2"><label> Vorname (Pflichtfeld) [text* your-name] </label></div>
    <div class="box2"><label> Eintritts-/ Wechseldatum [text entry-date] </label></div>
    <div class="box2"><label> Austrittsdatum (bei zeitlicher Befristung) [text departure-date] </label></div>
    <div class="box6"><label> SG [text subject-area] </label></div>
    <div class="box7"><label> Zimmer neu [text your-new-room] </label></div>
    <div class="box8"><label> Telefonnummer [tel tel-455] </label></div>
    <div class="box7"><label> PC-Name [text* your-pc-name] </label></div>
    [/group]
    
    <div class="box2"><label> Gemeinsame Ablagen (Laufwerke) und Postfächer [textarea shared-drives placeholder "z.B.: Ablage xyz - Ordner abc - Schreibberech-tigung/ Leseberechtigung"] </label></div>
    <div class="box2"><label> Fachverfahren/ Programme und Zugänge [textarea soft-ware placeholder "... (bitte beachten: Programme wie Word, Excel, Outlook, Power-Point, Adobe Reader = Standard)"] </label> </div>
    
    <div class="zugang_div"><label> Zugangsdaten an folgende Person schicken (Pflichtfeld)[text* contact-person] </label></div>
    
    <div class="submit_div">
    <label>[submit "Zum Verschicken hier klicken"]</label>
    </div>
    

    And these are the conditions:

    show [neueinstellung] if [reason] equals "Neueinstellung"
    show [sachgebietswechsel] if [reason] equals "Sachgebietswechsel"
    show [wiedereinsteiger] if [reason] equals "Wiedereinsteiger"
    show [berechtigungsaenderung] if [reason] equals "Berechtigungsänderung"
    show [sonstige] if [reason] equals "Sonstige Beschäftigungsverhältnisse"
    
    Thread Starter lra115

    (@lra115)

    I use the PDF Forms Filler for Contact Form 7.

    Thread Starter lra115

    (@lra115)

    @hypersonic
    I looked through the knowledge base guides, checked everything and it seems alright.
    Also I checked the logs. Those are the one I get:

    Failed to preview feed.: cURL error 28: Connection timed out after 120001 milliseconds

    Failed to preview feed.: cURL error 7: Failed to connect to lindenau1848.de port 80: Connection timed out

    They always fail to connect. Even if the rss url is valid.

    Thread Starter lra115

    (@lra115)

    @hypersonic @wgkrueger

    I checked it and there aren’t any stray characters in the feed URL.
    When I publish the feed, I’m not able to fetch any items. The message is always “No feed items found.”.

    Also it takes a very long time (over 2 minutes) to update the feed on the “Edit Feed Source” page.
    I don’t know, but might the environment be a problem?

    Maybe I do something wrong in the beginning? I add a new feed source at the “Feed Sources” page, name this feed and put the rss URL http://lindenau1848.de/feed/ in the input box. After this, I click on “Publish feed”. Then the error appears.

    Thread Starter lra115

    (@lra115)

    Hi,

    I used this http://lindenau1848.de/feed/ . I just picked it randomly because it’s the only one that got tested valid on the W3C Feed Validation Service. But unfortunately the message in the feed preview always displays “Invalid feed URL – Double check the feed source URL setting above.”.

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